summaryrefslogtreecommitdiff
path: root/cli/bench/deno_tcp.ts
AgeCommit message (Collapse)Author
2022-06-08chore(bench): generalized HTTP benchmarks framework (#14815)Divy Srivastava
2022-01-20chore: update copyright year (#13434)Yoshiya Hinosawa
2021-04-08fix(core): error handling in examples (#9867)Inteon
2021-01-17chore: Enforce ban-untagged-todo lint rule (#9135)Bartek IwaƄczuk
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2020-09-21chore: add copyright (#7593)tokiedokie
2020-08-28Move benchmarks to Rust (#7134)Valentin Anger
All benchmarks are done in Rust and can be invoked with `cargo bench`. Currently this has it's own "harness" that behaves like `./tools/benchmark.py` did. Because of this tests inside `cli/bench` are currently not run. This should be switched to the language provided harness once the `#[bench]` attribute has been stabilized.