summaryrefslogtreecommitdiff
path: root/tools/benchmark.py
AgeCommit message (Expand)Author
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
2018-09-25Expand binary size benchmark (#830)Kevin (Kun) "Kassimo" Qian
2018-09-25Also plot cold start time.Ryan Dahl
2018-09-24Add syscall count benchmark for 002_hello.ts (#820)Kevin (Kun) "Kassimo" Qian
2018-09-24Add thread count benchmark (#811)Kevin (Kun) "Kassimo" Qian
2018-09-23benchmark: track the binary size (#804)Yoshiya Hinosawa
2018-09-22Add benchmark tools (#777)Yoshiya Hinosawa
2018-09-21Revert "Add benchmark tools (#777)"Bert Belder