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/index-of.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench/snippets/index-of.mjs') diff --git a/bench/snippets/index-of.mjs b/bench/snippets/index-of.mjs index 8f501454d..04b9704e9 100644 --- a/bench/snippets/index-of.mjs +++ b/bench/snippets/index-of.mjs @@ -1,4 +1,4 @@ -import { bench, run } from "mitata"; +import { bench, run } from "./runner.mjs"; const input = "Hello, World! foo bar baz qux quux corge grault garply waldo fred plugh xyzzy thud z a b c d e f g h i j k l m n o p q r s t u v w x y z".split( -- cgit v1.2.3