mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 05:42:43 +00:00
5 lines
101 B
JavaScript
5 lines
101 B
JavaScript
import { bench, run } from "mitata";
|
|
|
|
bench("console.log", () => console.log("hello"));
|
|
await run();
|