summaryrefslogtreecommitdiff
path: root/tools/deno_http_proxy.ts
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-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-01-09feat: Deno.args now does not include script (#3628)Ry Dahl
Previously Deno.args was ["script.js", "arg1", "arg2"] Now it is just ["arg1", "arg2"] BREAKING CHANGE
2020-01-02Happy new year! (#3578)Ry Dahl
2019-10-27feat: top-level-for-await (#3212)Andy Hayden
2019-10-04Move deno_std to a more convenient location. (#3057)Ryan Dahl
js/deps/https/deno.land/std -> js/std
2019-09-16Fix and enable linting of deno_typescript/*, tools/*, website/* (#2962)Bert Belder
2019-06-07http benchmarks with unique ports (#2471)Kurt Mackey
2019-06-06add http proxy benchmark (#2462)Kurt Mackey