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