aboutsummaryrefslogtreecommitdiff
path: root/bench/snippets/crypto-hasher.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'bench/snippets/crypto-hasher.mjs')
-rw-r--r--bench/snippets/crypto-hasher.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/snippets/crypto-hasher.mjs b/bench/snippets/crypto-hasher.mjs
index 7ce3a846e..2f96dae7b 100644
--- a/bench/snippets/crypto-hasher.mjs
+++ b/bench/snippets/crypto-hasher.mjs
@@ -1,5 +1,5 @@
// so it can run in environments without node module resolution
-import { bench, run } from "mitata";
+import { bench, run } from "./runner.mjs";
import crypto from "node:crypto";