Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-13 | refactor(cli+core): various cleanups in Rust (#8336) | KNnut | |
2020-11-09 | refactor(cli): remove unnecessary format! calls (#8315) | KNnut | |
2020-10-26 | chore: add bundle_no_check benchmark (#8130) | Luca Casonato | |
2020-10-05 | chore: add a bundle benchmark (#7828) | Kitson Kelly | |
2020-10-04 | chore(std/http): rename http_bench.ts -> bench.ts (#7509) | tokiedokie | |
2020-10-01 | chore: ensure cache is 'valid' during benchmarks (#7770) | Kitson Kelly | |
2020-09-21 | refactor: use futures and serde_json from deno_core (#7614) | Bartek IwaĆczuk | |
2020-09-21 | chore: add copyright (#7593) | tokiedokie | |
2020-09-14 | chore: add no_check_hello benchmark (#7458) | Kitson Kelly | |
2020-09-06 | Move JSON ops to deno_core (#7336) | Bert Belder | |
2020-08-31 | update actions to run on ubuntu-18.04 (#7160) | Trivikram Kamat | |
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. |