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/write.bun.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench/snippets/write.bun.js') diff --git a/bench/snippets/write.bun.js b/bench/snippets/write.bun.js index 190604a44..67fbbe3b2 100644 --- a/bench/snippets/write.bun.js +++ b/bench/snippets/write.bun.js @@ -1,4 +1,4 @@ -import { bench, run } from "mitata"; +import { bench, run } from "./runner.mjs"; import { write } from "bun"; import { openSync } from "fs"; -- cgit v1.2.3