deno/cli/bench
Asher Gomez 7e4145df25
refactor: set removal version for Deno.RequestEvent, Deno.HttpConn and Deno.serveHttp() (#22034)
This change:
1. Sets the removal version for `Deno.RequestEvent`, `Deno.HttpConn` and
`Deno.serveHttp()` for Deno v2. I thought it might be worth calling
`warnOnDeprecatedApi()` within `Deno.Request` and `Deno.HttpConn`
methods, but I thought just having it called within `Deno.serveHttp()`
might be sufficient.
2. Removes some possibly unneeded related benchmarks.

Towards #22021
2024-01-23 03:24:03 +00:00
..
fs chore: upgrade to dprint 0.39 (#19768) 2023-07-08 18:34:08 +00:00
http refactor: set removal version for Deno.RequestEvent, Deno.HttpConn and Deno.serveHttp() (#22034) 2024-01-23 03:24:03 +00:00
napi chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
stdio chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
testdata fix(ext/http): internal upgradeHttpRaw works with "Deno.serve()" API (#18859) 2023-04-27 00:58:18 +02:00
async_ops.js chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
cache_api.js chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
command.js chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
console.js chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
deno_common.js chore: use FsFile[Symbol.dispose]() (#22007) 2024-01-22 00:20:59 +01:00
encode_into.js chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
getrandom.js chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
http.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
lsp.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
lsp_bench_standalone.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
main.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
op_now.js chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
README.md refactor(bench): continuous benchmarking improvements (#14821) 2022-06-28 17:51:05 +05:30
secure_curves.js chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
tcp.js chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
tty.js chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
url_parse.js chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
webstorage.js chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
write_file.js chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00

benchmark filtering:

cargo bench --bench deno_bench -- bundle

benchmark plots:

new: https://denoland.grafana.net/d/vErC9VCnz/benchmarks?orgId=1 old: deno.land/benchmarks