diff options
Diffstat (limited to 'bench/snippets/write-file.mjs')
-rw-r--r-- | bench/snippets/write-file.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/snippets/write-file.mjs b/bench/snippets/write-file.mjs index b13104bfc..4417c817c 100644 --- a/bench/snippets/write-file.mjs +++ b/bench/snippets/write-file.mjs @@ -1,5 +1,5 @@ import { readFileSync, writeFileSync } from "node:fs"; -import { bench, run } from "mitata"; +import { bench, run } from "./runner.mjs"; var short = "Hello World!"; var shortUTF16 = "Hello World 💕💕💕"; |