summaryrefslogtreecommitdiff
path: root/cli/bench/throughput.rs
AgeCommit message (Collapse)Author
2021-10-05Remove some unused benchmarks (#12315)Ryan Dahl
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2021-03-25upgrade: Rust 1.51.0 (#9895)Yusuke Tanaka
2021-02-12chore: Update to Rust 1.50.0 (#9479)Kitson Kelly
2021-01-17benchmark: cleanup serde_json values being passed around (#9115)William Perron
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2020-09-21refactor: use futures and serde_json from deno_core (#7614)Bartek IwaƄczuk
2020-08-31update actions to run on ubuntu-18.04 (#7160)Trivikram Kamat
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.