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