diff options
Diffstat (limited to 'bench/snippets/native-overhead.mjs')
-rw-r--r-- | bench/snippets/native-overhead.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/snippets/native-overhead.mjs b/bench/snippets/native-overhead.mjs index 2a8dbd623..f1c0e24ad 100644 --- a/bench/snippets/native-overhead.mjs +++ b/bench/snippets/native-overhead.mjs @@ -1,4 +1,4 @@ -import { bench, run } from "mitata"; +import { bench, run } from "./runner.mjs"; // These are no-op C++ functions that are exported to JS. const lazy = globalThis[Symbol.for("Bun.lazy")]; |