deno/tests/specs/bench/iterations/__test__.jsonc
David Sherret 116def7fad
feat(bench): add warmup and n for controlling number of iterations (#28123)
```ts
Deno.bench("benchmark", { warmup: 10_000, n: 1000 }, () => {
  ...
});
```

Closes #17649
2025-02-18 12:44:43 -05:00

4 lines
47 B
JSON

{
"args": "bench",
"output": "bench.out"
}