mirror of
https://github.com/denoland/deno.git
synced 2025-12-23 08:48:24 +00:00
```ts
Deno.bench("benchmark", { warmup: 10_000, n: 1000 }, () => {
...
});
```
Closes #17649
4 lines
47 B
JSON
4 lines
47 B
JSON
{
|
|
"args": "bench",
|
|
"output": "bench.out"
|
|
}
|