Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-03 | add "deno run" subcommand (#2215) | Bartek Iwańczuk | |
2019-04-17 | benchmarks: improve syscall and thread count (#2140) | Ryan Dahl | |
2019-04-17 | benchmarks: fix max_memory and clean up (#2137) | Ryan Dahl | |
2019-04-16 | Add max memory benchmark (#2061) | Dmitry Sharshakov | |
2019-04-07 | Refactor CLI flag parsing (#2025) | Bartek Iwańczuk | |
2019-04-05 | Add worker benchmarks (#2059) | andy finch | |
2019-03-30 | Move //libdeno to //core/libdeno (#2015) | Ryan Dahl | |
Fixes some sed errors introduced in c43cfe. Unfortunately moving libdeno required splitting build.rs into two parts, one for cli and one for core. I've also removed the arm64 build - it's complicating things at this re-org and we're not even testing it. I need to swing back to it and get tools/test.py running for it. | |||
2019-03-28 | Merge the --recompile and --reload flags (#2003) | Ryan Dahl | |
2019-03-24 | Add benchmark for max latency (#1975) | Bernard Lin | |
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-02-14 | Use prebuilt hyperfine (#1755) | Ryan Dahl | |
2019-02-11 | fix: improve formatting (#1732) | Yoshiya Hinosawa | |
2019-01-30 | Add snapshot_compiler.bin to binary size benchmark (#1611) | Ryan Dahl | |
2019-01-02 | Happy new year! | Ryan Dahl | |
2018-12-18 | travis: Set CARGO_HOME to third_party/rust_crates (#1370) | Ryan Dahl | |
Adds prebuilt hyperfine and sccache binaries Only build test_cc for LSAN Add Cargo.lock Only run benchmarks in master | |||
2018-11-30 | Use pylint. | Ryan Dahl | |
2018-10-25 | Add error_001.ts to execution time benchmarks. | Ryan Dahl | |
Ref #1087 | |||
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 | feat: show only 20 benchmark data in inde.html | Yoshiya Hinosawa | |
2018-10-16 | First pass at http benchmark. | Ryan Dahl | |
2018-10-11 | Add throughput benchmark (#961) | Ryan Dahl | |
2018-09-30 | Add fetch_deps syscall count benchmark. | Ryan Dahl | |
2018-09-26 | Expand binary size benchmark (#830) | Kevin (Kun) "Kassimo" Qian | |
2018-09-26 | Revert "Expand binary size benchmark (#830)" | Bert Belder | |
This reverts commit 8c7416b3f666c62327a2306e955ec59823b1f239. | |||
2018-09-25 | Expand binary size benchmark (#830) | Kevin (Kun) "Kassimo" Qian | |
2018-09-25 | Also plot cold start time. | Ryan Dahl | |
2018-09-24 | Add syscall count benchmark for 002_hello.ts (#820) | Kevin (Kun) "Kassimo" Qian | |
* Add syscall count tracking for benchmark * Add fetch_deps thread benchmark * Switch to `strace -c` for syscall parsing * Spawn http_server during benchmark (for fetch) * Rename `benchmarks` to `exec_time_benchmarks` * Update app_test.js | |||
2018-09-24 | Add thread count benchmark (#811) | Kevin (Kun) "Kassimo" Qian | |
2018-09-23 | benchmark: track the binary size (#804) | Yoshiya Hinosawa | |
2018-09-22 | Add benchmark tools (#777) | Yoshiya Hinosawa | |
2018-09-21 | Revert "Add benchmark tools (#777)" | Bert Belder | |
This reverts commit 3ad48bdb3e6372f55579808535ce2c17809178ff. | |||
2018-09-21 | Add benchmark tools (#777) | Yoshiya Hinosawa | |