aboutsummaryrefslogtreecommitdiff
path: root/bench/snippets/write.bun.js
diff options
context:
space:
mode:
Diffstat (limited to 'bench/snippets/write.bun.js')
-rw-r--r--bench/snippets/write.bun.js2
1 files changed, 1 insertions, 1 deletions
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";