Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-28 | Move prebuilt binaries to third_party (#3227) | Ry Dahl | |
2019-10-04 | Move deno_std to a more convenient location. (#3057) | Ryan Dahl | |
js/deps/https/deno.land/std -> js/std | |||
2019-09-30 | Use 0.0.0.0 for servers in benchmarks and tests (#3010) | Ryan Dahl | |
2019-09-20 | dial/listen API change (#3000) | Ryan Dahl | |
Previously: dial("tcp", "deno.land:80") Now: dial({ hostname: "deno.land", port: 80, transport: "tcp" }) Similarly with listen(). | |||
2019-09-11 | Upgrade pylint (#2917) | Ryan Dahl | |
depot_tools is removing pylint from its distribution so we must maintain our own copy. | |||
2019-09-06 | Remove tools/build.py (#2865) | Ryan Dahl | |
Testing regression: ASAN build removed. | |||
2019-08-26 | fix: shared queue requires aligned buffer (#2816) | Bartek Iwańczuk | |
2019-07-31 | Add --current-thread flag (#2702) | Bartek Iwańczuk | |
2019-07-28 | benchmarks: make latency benchmark less noisy (#2689) | Bartek Iwańczuk | |
2019-06-07 | http benchmarks with unique ports (#2471) | Kurt Mackey | |
2019-06-06 | add tcp proxy benchmarks + split out website section for proxy req/s (#2464) | Kurt Mackey | |
2019-06-06 | add http proxy benchmark (#2462) | Kurt Mackey | |
2019-05-14 | Rename HTTP benchmarks (#2350) | Ryan Dahl | |
2019-05-03 | add "deno run" subcommand (#2215) | Bartek Iwańczuk | |
2019-04-17 | benchmarks: fix max_memory and clean up (#2137) | Ryan Dahl | |
2019-03-24 | Add benchmark for max latency (#1975) | Bernard Lin | |
2019-03-06 | Replace deno.land/x/std with deno.land/std (#1890) | Andy Hayden | |
2019-02-26 | deno_core (#1827) | Ryan Dahl | |
A new low-level crate with focus on speed. This doesn't yet hook into the existing code base. | |||
2019-01-31 | Upgrade deno_std to bef7ba (#1609) | Ryan Dahl | |
2019-01-21 | chore: update license lines (#1557) | Yoshiya Hinosawa | |
2018-12-24 | deno_net -> deno_std rename | Ryan Dahl | |
Also don't format external js/deps | |||
2018-12-07 | Add benchmark for net/http (#1289) | Bartek Iwańczuk | |
2018-11-08 | build: Use target/ instead of out/ (#1153) | Ryan Dahl | |
2018-10-23 | Add node_tcp target to http_benchmark. (#1074) | Ryan Dahl | |
2018-10-21 | Add URLSearchParams (#1049) | Kyra | |
2018-10-20 | Add Rust hyper http benchmark (#1043) | Kevin (Kun) "Kassimo" Qian | |
* Add go net/http benchmark * Forget about Go. Let's do Rust Hyper * Update BUILD.gn * Rename | |||
2018-10-20 | Add rustfmt to third_party. | Ryan Dahl | |
2018-10-19 | Add missing copyrights (#1024) | ztplz | |
2018-10-19 | Fix a typo in http_benchmark.py | J2P | |
2018-10-17 | Only run deno during ./tools/http_benchmark.py | Ryan Dahl | |
2018-10-16 | First pass at http benchmark. | Ryan Dahl | |