Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-11 | feat: default output filename for deno bundle (#2484) | Ryan Dahl | |
And improve bundle docs | |||
2019-03-06 | Upgrade deno_std (#1892) | Ryan Dahl | |
A major API change was that asserts are imported from testing/asserts.ts now rather than testing/mod.ts and assertEqual as renamed to assertEquals to conform to what is most common in JavaScript. | |||
2019-01-30 | Remove Travis benchmark (#1617) | Ryan Dahl | |
- We don't look at this benchmark because it jumps around. It isn't stable so doesn't feel trustable. - It requires an extra request for every homepage visit. This is excessive. - I would gladly reintroduce it if we could store the results of the API call into a JSON file like we do with other benchmarks. | |||
2019-01-21 | chore: update license lines (#1557) | Yoshiya Hinosawa | |
2018-10-24 | Clean up y-axes on benchmark page. (#1077) | Ryan Dahl | |
2018-10-16 | improve benchmark page performance and fix test (#1002) | Yoshiya Hinosawa | |
2018-10-16 | First pass at http benchmark. | Ryan Dahl | |
2018-10-11 | Add throughput benchmark (#961) | Ryan Dahl | |
2018-10-06 | refactor: stop hard coding some of benchmark names | Yoshiya Hinosawa | |
2018-10-03 | fix: re-enable fixed tests | Yoshiya Hinosawa | |
2018-10-03 | fix: fix //website/app_test.js | Yoshiya Hinosawa | |
2018-10-03 | test: disable incorrect tests | Bert Belder | |
These tests weren't running because with the old timer implementation time-outs were sometimes lost, and the test harness uses setTimeout to throw errors after a test has failed. | |||
2018-09-27 | Benchmarks: github link and truncate sha1 (#845) | Kevin (Kun) "Kassimo" Qian | |
2018-09-26 | Travis benchmark (#832) | ztplz | |
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-24 | Start testing website (#813) | Yoshiya Hinosawa | |