summaryrefslogtreecommitdiff
path: root/cli/bench
AgeCommit message (Collapse)Author
2020-09-06Move JSON ops to deno_core (#7336)Bert Belder
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.