summaryrefslogtreecommitdiff
path: root/cli/bench/http/deno_http_serve.js
AgeCommit message (Collapse)Author
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-06-24bench: fix benchmarks (#19600)Bartek Iwańczuk
2023-04-26bench: fix more benchmarks (#18864)Bartek Iwańczuk
2023-04-03refactor: remove "ext/flash" (#18578)Bartek Iwańczuk
With https://github.com/denoland/deno/pull/18568 landed we no longer need "ext/flash". This commit removes "deno_flash" extension completely. This should have some impact on the binary and snapshot size. Closes https://github.com/denoland/deno/issues/17356