diff options
Diffstat (limited to 'bench/snippets/async-overhead.mjs')
-rw-r--r-- | bench/snippets/async-overhead.mjs | 2 |
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 () {}); |