diff options
author | 2023-05-10 21:37:08 -0700 | |
---|---|---|
committer | 2023-05-10 21:37:08 -0700 | |
commit | e1c6adc73700aaa9012a1e40b022af3e3df8a9ad (patch) | |
tree | e8f8abeec757299e3d3f6ca85d3e82a080b261ae /bench/snippets/escapeHTML.js | |
parent | 5e0eedccb06a6991e48220bd4df703d725f65e83 (diff) | |
download | bun-e1c6adc73700aaa9012a1e40b022af3e3df8a9ad.tar.gz bun-e1c6adc73700aaa9012a1e40b022af3e3df8a9ad.tar.zst bun-e1c6adc73700aaa9012a1e40b022af3e3df8a9ad.zip |
Prepare to run these automatically
Diffstat (limited to 'bench/snippets/escapeHTML.js')
-rw-r--r-- | bench/snippets/escapeHTML.js | 4 |
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"; |