warmup
n
```ts Deno.bench("benchmark", { warmup: 10_000, n: 1000 }, () => { ... }); ``` Closes #17649