0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 18:12:59 -05:00
deno/tests/specs/test/exit_code
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
..
__test__.jsonc feat: Add Deno.exitCode API (#23609) 2024-05-29 23:16:27 +00:00
main.js feat: Add Deno.exitCode API (#23609) 2024-05-29 23:16:27 +00:00
main.out feat(bench): add warmup and n for controlling number of iterations (#28123) 2025-02-18 12:44:43 -05:00