deno/cli/bench
Valentin Anger 31f32ed8c4
Move benchmarks to Rust (#7134)
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.
2020-08-28 09:03:50 -04:00
..
deno_http_proxy.ts Move benchmarks to Rust (#7134) 2020-08-28 09:03:50 -04:00
deno_tcp.ts Move benchmarks to Rust (#7134) 2020-08-28 09:03:50 -04:00
deno_tcp_proxy.ts Move benchmarks to Rust (#7134) 2020-08-28 09:03:50 -04:00
http.rs Move benchmarks to Rust (#7134) 2020-08-28 09:03:50 -04:00
main.rs Move benchmarks to Rust (#7134) 2020-08-28 09:03:50 -04:00
node_http.js Move benchmarks to Rust (#7134) 2020-08-28 09:03:50 -04:00
node_http_proxy.js Move benchmarks to Rust (#7134) 2020-08-28 09:03:50 -04:00
node_tcp.js Move benchmarks to Rust (#7134) 2020-08-28 09:03:50 -04:00
node_tcp_promise.js Move benchmarks to Rust (#7134) 2020-08-28 09:03:50 -04:00
node_tcp_proxy.js Move benchmarks to Rust (#7134) 2020-08-28 09:03:50 -04:00
throughput.rs Move benchmarks to Rust (#7134) 2020-08-28 09:03:50 -04:00