aboutsummaryrefslogtreecommitdiff
path: root/bench/snippets/escapeHTML.js
diff options
context:
space:
mode:
Diffstat (limited to 'bench/snippets/escapeHTML.js')
-rw-r--r--bench/snippets/escapeHTML.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/bench/snippets/escapeHTML.js b/bench/snippets/escapeHTML.js
index 19570b9f6..809666d71 100644
--- a/bench/snippets/escapeHTML.js
+++ b/bench/snippets/escapeHTML.js
@@ -1,5 +1,5 @@
-import { group } from "mitata";
-import { bench, run } from "mitata";
+import { group } from "./runner.mjs";
+import { bench, run } from "./runner.mjs";
import { encode as htmlEntityEncode } from "html-entities";
import { escape as heEscape } from "he";