From e1c6adc73700aaa9012a1e40b022af3e3df8a9ad Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Wed, 10 May 2023 21:37:08 -0700 Subject: Prepare to run these automatically --- bench/snippets/array-arguments-slice.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench/snippets/array-arguments-slice.mjs') 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 -- cgit v1.2.3