diff options
Diffstat (limited to 'bench/snippets/array-shift.mjs')
-rw-r--r-- | bench/snippets/array-shift.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/snippets/array-shift.mjs b/bench/snippets/array-shift.mjs index 2b95bbc9d..703902670 100644 --- a/bench/snippets/array-shift.mjs +++ b/bench/snippets/array-shift.mjs @@ -1,4 +1,4 @@ -import { bench, run } from "mitata"; +import { bench, run } from "./runner.mjs"; var myArray = new Array(5); bench("[1, 2, 3, 4, 5].shift()", () => { |