index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
bench
/
http.rs
Age
Commit message (
Expand
)
Author
2024-10-24
bench: remove http benchmarks (#26484)
Bartek Iwańczuk
2024-09-10
bench: fix CI (#25547)
Bartek Iwańczuk
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-11-17
chore: make http benches more reliable to start (#21240)
Matt Mastracci
2023-08-19
chore: remove third_party submodule (#20201)
Divy Srivastava
2023-07-02
build: remove stale benchmark (#19681)
Bartek Iwańczuk
2023-06-10
chore(tests): test_util - Add `PathRef` (#19450)
David Sherret
2023-04-26
bench: fix more benchmarks (#18864)
Bartek Iwańczuk
2023-04-05
chore(cli/bench): add ws echo bench (#18595)
Divy Srivastava
2023-03-15
refactor: remove usages of `map_or` / `map_or_else` (#18212)
David Sherret
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-14
chore: use rustfmt imports_granularity option (#17421)
Divy Srivastava
2023-01-05
refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)
Yiyu Lin
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-10-17
bench: run HTTP benches for 10s (#16322)
Bartek Iwańczuk
2022-10-15
bench: avoid port collision (#16285)
Bartek Iwańczuk
2022-10-10
fix(npm): support compiling on linux/aarch64 (#16208)
Luke Channings
2022-07-01
chore(cli/bench): Add more HTTP benchmarks (#14995)
Divy Srivastava
2022-06-29
chore(cli/bench): Add bun HTTP server (#15004)
Divy Srivastava
2022-06-29
chore(cli): remove unnecessary unsafe in bench (#15000)
bokuweb
2022-06-28
refactor(bench): continuous benchmarking improvements (#14821)
Divy Srivastava
2022-06-26
build: require safety comments on unsafe code (#13870)
Luca Casonato
2022-06-08
chore(bench): generalized HTTP benchmarks framework (#14815)
Divy Srivastava
2022-03-23
chore: remove all `pub(crate)`s from the cli crate (#14083)
David Sherret
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-10-05
Remove some unused benchmarks (#12315)
Ryan Dahl
2021-08-02
feat: stabilize Deno.serveHttp() (#11544)
Bartek Iwańczuk
2021-04-12
refactor(deno): remove concept of bin & json ops (#10145)
Aaron O'Mullan
2021-04-08
feat: native HTTP bindings (#9935)
Bartek Iwańczuk
2021-04-08
fix(core): error handling in examples (#9867)
Inteon
2021-03-25
upgrade: Rust 1.51.0 (#9895)
Yusuke Tanaka
2021-02-02
chore: remove std directory (#9361)
Casper Beyer
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2020-11-09
refactor(cli): remove unnecessary format! calls (#8315)
KNnut
2020-10-04
chore(std/http): rename http_bench.ts -> bench.ts (#7509)
tokiedokie
2020-08-28
Move benchmarks to Rust (#7134)
Valentin Anger