Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-17 | fix(test_util): parse strace usecs/call in total line if present (#18241) | Divy Srivastava | |
Fixes https://github.com/denoland/deno/issues/18235 | |||
2020-08-28 | Move 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. |