Files
bun.sh/bench/log/node.mjs
2022-07-13 01:03:03 -07:00

5 lines
101 B
JavaScript

import { bench, run } from "mitata";
bench("console.log", () => console.log("hello"));
await run();