diff options
Diffstat (limited to 'bench/snippets/dns.ts')
-rw-r--r-- | bench/snippets/dns.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/snippets/dns.ts b/bench/snippets/dns.ts index 930cd3b83..7eeeea689 100644 --- a/bench/snippets/dns.ts +++ b/bench/snippets/dns.ts @@ -1,5 +1,5 @@ import { dns } from "bun"; -import { bench, run, group } from "mitata"; +import { bench, run, group } from "./runner.mjs"; async function forEachBackend(name, fn) { group(name, () => { |