aboutsummaryrefslogtreecommitdiff
path: root/bench/snippets/async-overhead.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'bench/snippets/async-overhead.mjs')
-rw-r--r--bench/snippets/async-overhead.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/snippets/async-overhead.mjs b/bench/snippets/async-overhead.mjs
index 753af1632..7af987bff 100644
--- a/bench/snippets/async-overhead.mjs
+++ b/bench/snippets/async-overhead.mjs
@@ -1,4 +1,4 @@
-import { bench, run } from "../node_modules/mitata/src/cli.mjs";
+import { bench, run } from "mitata";
bench("noop", function () {});
bench("async function(){}", async function () {});