diff options
Diffstat (limited to 'bench/snippets/sha512.js')
-rw-r--r-- | bench/snippets/sha512.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/snippets/sha512.js b/bench/snippets/sha512.js index ae8b4ccc9..ac162dc24 100644 --- a/bench/snippets/sha512.js +++ b/bench/snippets/sha512.js @@ -1,4 +1,4 @@ -import { bench, run } from "mitata"; +import { bench, run } from "./runner.mjs"; import { SHA512 } from "bun"; bench('SHA512.hash("hello world")', () => { |