summaryrefslogtreecommitdiff
path: root/tools/throughput_benchmark.py
AgeCommit message (Collapse)Author
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.
2020-07-04chore: port http_server.py to rust (#6364)Ryan Dahl
2020-02-02Remove //tests symlink (#3849)Luka Hartwig
2020-01-21change copyrights from 2019 to 2020 (#3733)Takashi Idobe
2020-01-15Revert "feat(flags): script arguments come after '--'" (#3681)Ry Dahl
Due to complaints about ergonomics and because it breaks shebang on linux. This reverts commit 2d5457df15d8c4a81362bb2d185b5c6013faa1d8. BREAKING CHANGE
2020-01-08feat(flags): script arguments come after '--' (#3621)Ry Dahl
2019-09-30Use 0.0.0.0 for servers in benchmarks and tests (#3010)Ryan Dahl
2019-09-11Upgrade pylint (#2917)Ryan Dahl
depot_tools is removing pylint from its distribution so we must maintain our own copy.
2019-05-03add "deno run" subcommand (#2215)Bartek Iwańczuk
2019-04-07Refactor CLI flag parsing (#2025)Bartek Iwańczuk
2019-02-08Add --allow-read (#1689)Dmitry Sharshakov
Co-authored-by: Greg Altman <g.s.altman@gmail.com>
2019-01-21chore: update license lines (#1557)Yoshiya Hinosawa
2018-11-30Use pylint.Ryan Dahl
2018-11-08build: Use target/ instead of out/ (#1153)Ryan Dahl
2018-10-16Fix throughput_benchmarkRyan Dahl
2018-10-11Add throughput benchmark (#961)Ryan Dahl