diff options
Diffstat (limited to 'bench/snippets/array-arguments-slice.mjs')
-rw-r--r-- | bench/snippets/array-arguments-slice.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/snippets/array-arguments-slice.mjs b/bench/snippets/array-arguments-slice.mjs index c4f676426..5d1139b8b 100644 --- a/bench/snippets/array-arguments-slice.mjs +++ b/bench/snippets/array-arguments-slice.mjs @@ -1,4 +1,4 @@ -import { bench, run } from "mitata"; +import { bench, run } from "./runner.mjs"; function doIt(...args) { // we use .at() to prevent constant folding optimizations |