0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 09:57:11 -05:00
deno/cli/js
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
..
40_bench.js feat(bench): add warmup and n for controlling number of iterations (#28123) 2025-02-18 12:44:43 -05:00
40_jupyter.js feat(jupyter): make GPUTexture and GPUBuffer displayable (#28117) 2025-02-18 00:29:45 -08:00
40_lint.js fix(unstable): align js lint context API with eslint (#28066) 2025-02-13 14:01:57 +00:00
40_lint_selector.js feat(unstable): refactor js lint plugin AST (#27615) 2025-01-14 13:31:02 +01:00
40_lint_types.d.ts feat(lint): add JavaScript plugin support (#27203) 2025-02-05 16:59:24 +01:00
40_test.js feat(bench): add warmup and n for controlling number of iterations (#28123) 2025-02-18 12:44:43 -05:00
40_test_common.js chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00