mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
7e4145df25
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 |
||
---|---|---|
.. | ||
fs | ||
http | ||
napi | ||
stdio | ||
testdata | ||
async_ops.js | ||
cache_api.js | ||
command.js | ||
console.js | ||
deno_common.js | ||
encode_into.js | ||
getrandom.js | ||
http.rs | ||
lsp.rs | ||
lsp_bench_standalone.rs | ||
main.rs | ||
op_now.js | ||
README.md | ||
secure_curves.js | ||
tcp.js | ||
tty.js | ||
url_parse.js | ||
webstorage.js | ||
write_file.js |
benchmark filtering:
cargo bench --bench deno_bench -- bundle
benchmark plots:
new: https://denoland.grafana.net/d/vErC9VCnz/benchmarks?orgId=1 old: deno.land/benchmarks