diff options
author | 2023-05-10 21:37:08 -0700 | |
---|---|---|
committer | 2023-05-10 21:37:08 -0700 | |
commit | e1c6adc73700aaa9012a1e40b022af3e3df8a9ad (patch) | |
tree | e8f8abeec757299e3d3f6ca85d3e82a080b261ae /bench/snippets/crypto-hasher.mjs | |
parent | 5e0eedccb06a6991e48220bd4df703d725f65e83 (diff) | |
download | bun-e1c6adc73700aaa9012a1e40b022af3e3df8a9ad.tar.gz bun-e1c6adc73700aaa9012a1e40b022af3e3df8a9ad.tar.zst bun-e1c6adc73700aaa9012a1e40b022af3e3df8a9ad.zip |
Prepare to run these automatically
Diffstat (limited to 'bench/snippets/crypto-hasher.mjs')
-rw-r--r-- | bench/snippets/crypto-hasher.mjs | 2 |
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"; |