summaryrefslogtreecommitdiff
path: root/tools/benchmark.py
AgeCommit message (Expand)Author
2020-05-21ci: Errors in benchmarks should fail CI (#5422)Colin Harrington
2020-05-11fix: worker benchmarks (#5227)Bartek Iwańczuk
2020-05-04BREAKING: remove CLI 'deno script.ts' hack (#5026)Bartek Iwańczuk
2020-04-30Unstable methods should not appear in runtime or d.ts (#4957)Luca Casonato
2020-03-20Remove DENO_BUILD_MODE and DENO_BUILD_PATH (#4431)Ryan Dahl
2020-03-19perf: Optimize TextEncoder and TextDecoder (#4430)Bartek Iwańczuk
2020-03-15feat: Deno.core.{encode,decode}; standalone UTF-8 encoding/decoding (#4349)Bartek Iwańczuk
2020-02-02Remove //tests symlink (#3849)Luka Hartwig
2020-01-29feat: dprint formatter (#3820)Bartek Iwańczuk
2020-01-20Fix bug in strace parser (#3720)Ry Dahl
2020-01-18Debug strace issue (#3706)Ry Dahl
2020-01-16add "deno fetch" benchmarks (#3688)Bartek Iwańczuk
2020-01-04Added textencoder benchmark (#3589)Luca Casonato
2020-01-02Happy new year! (#3578)Ry Dahl
2019-11-13Make bundles fully standalone (#3325)Kitson Kelly
2019-10-28Move prebuilt binaries to third_party (#3227)Ry Dahl
2019-10-22Add TextDecoder benchmark (#3180)Ry Dahl
2019-10-06refactor benchmark results posting (#3076)Christian Moritz
2019-10-04Move deno_std to a more convenient location. (#3057)Ryan Dahl
2019-09-20dial/listen API change (#3000)Ryan Dahl
2019-09-15tools: do not use 'find_exts()' in benchmarks.py (#2950)Bert Belder
2019-09-15tools: clean up third_party.py, and merge prebuilt.py into it (#2950)Bert Belder
2019-09-11Upgrade pylint (#2917)Ryan Dahl
2019-09-02Refactor snapshot build (#2825)Ryan Dahl
2019-07-28benchmarks: add bundle size (#2690)Bartek Iwańczuk
2019-06-08make tests quieter (#2468)Andy Hayden
2019-05-03add "deno run" subcommand (#2215)Bartek Iwańczuk
2019-04-17benchmarks: improve syscall and thread count (#2140)Ryan Dahl
2019-04-17benchmarks: fix max_memory and clean up (#2137)Ryan Dahl
2019-04-16Add max memory benchmark (#2061)Dmitry Sharshakov
2019-04-07Refactor CLI flag parsing (#2025)Bartek Iwańczuk
2019-04-05Add worker benchmarks (#2059)andy finch
2019-03-30Move //libdeno to //core/libdeno (#2015)Ryan Dahl
2019-03-28Merge the --recompile and --reload flags (#2003)Ryan Dahl
2019-03-24Add benchmark for max latency (#1975)Bernard Lin
2019-02-26deno_core (#1827)Ryan Dahl
2019-02-14Use prebuilt hyperfine (#1755)Ryan Dahl
2019-02-11fix: improve formatting (#1732)Yoshiya Hinosawa
2019-01-30Add snapshot_compiler.bin to binary size benchmark (#1611)Ryan Dahl
2019-01-02Happy new year!Ryan Dahl
2018-12-18travis: Set CARGO_HOME to third_party/rust_crates (#1370)Ryan Dahl
2018-11-30Use pylint.Ryan Dahl
2018-10-25Add error_001.ts to execution time benchmarks.Ryan Dahl
2018-10-20Add Rust hyper http benchmark (#1043)Kevin (Kun) "Kassimo" Qian
2018-10-20feat: show only 20 benchmark data in inde.htmlYoshiya Hinosawa
2018-10-16First pass at http benchmark.Ryan Dahl
2018-10-11Add throughput benchmark (#961)Ryan Dahl
2018-09-30Add fetch_deps syscall count benchmark.Ryan Dahl
2018-09-26Expand binary size benchmark (#830)Kevin (Kun) "Kassimo" Qian
2018-09-26Revert "Expand binary size benchmark (#830)"Bert Belder