Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-27 | Use the SVG logo everywhere. Add logo links to manual. (#1841) | Ryan Dahl | |
2019-02-21 | Improve readme (#1822) | Ryan Dahl | |
2019-02-19 | fix: revert http server example on the homepage (#1814) | Dmitry Teplov | |
2019-02-18 | Fix http server example in homepage (#1801) | Saad Quadri | |
This fixes http server example by updating the import path as well as using respond() correctly. | |||
2019-02-18 | Update installation documentation (Fixes #1786) (#1802) | Mark Tiedemann | |
2019-02-18 | Rename welcome.js to welcome.ts (#1803) | Maxim Mazurok | |
2019-02-16 | Added website icon link (#1792) | Luke | |
2019-02-15 | Syntax highlighting on the website paegs (#1780) | 满远荣 | |
2019-02-11 | web design (#1728) | Ryan Dahl | |
2019-02-06 | Remove excessive anchor links. (#1664) | Ryan Dahl | |
2019-02-04 | Remove duplicated links in website (#1668) | Jimmy Moon | |
2019-02-03 | Add hashlinks to website (#1659) | Dmitry Sharshakov | |
2019-02-03 | Refactor markup of the site (#1663) | Sergey Golovin | |
2019-02-02 | web design (#1655) | Ryan Dahl | |
2019-02-02 | Add an animated logo (#1653) | hashrock | |
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-28 | Change subtitle to 'A new way to JavaScript' (#1603) | Dmitry Sharshakov | |
2019-01-26 | Add PWA manifest to website (#1585) | Dmitry Sharshakov | |
2019-01-26 | Add PowerShell install guide to the website (#1590) | Dmitry Sharshakov | |
2019-01-26 | Make links and badges look better (#1588) | Dmitry Sharshakov | |
2019-01-25 | Use shell installer in docs (#1574) | Dmitry Sharshakov | |
2019-01-15 | website: fix link to http_bench.ts (#1522) | Yungoo Kong | |
2019-01-13 | Fix links on website (#1511) | Ryan Dahl | |
2019-01-10 | Add some links to website | Ryan Dahl | |
2018-12-31 | Add CI badges to website | Ryan Dahl | |
2018-12-20 | Add deno logo to website. (#1380) | Ryan Dahl | |
2018-12-18 | Add examples to website. | Ryan Dahl | |
2018-12-13 | Improve text on benchmark site. (#1323) | Ryan Dahl | |
2018-12-12 | fix typo on website | Allen Hai | |
2018-11-16 | Improve docs (#1196) | Ryan Dahl | |
2018-11-14 | Add a simple doc generation tool. | Ryan Dahl | |
And website upload tool. | |||
2018-10-20 | feat: show only 20 benchmark data in inde.html | Yoshiya Hinosawa | |
2018-10-19 | Add style to benchmark page | Ryan Dahl | |
2018-10-19 | Add Docs.md | Ryan Dahl | |
Remove stuff from Roadmap that has been implemented. | |||
2018-10-19 | Add missing copyrights (#1024) | ztplz | |
2018-10-16 | First pass at http benchmark. | Ryan Dahl | |
2018-10-11 | Add throughput benchmark (#961) | Ryan Dahl | |
2018-09-27 | Add benchmark descriptions. | Ryan Dahl | |
2018-09-26 | Travis benchmark (#832) | ztplz | |
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 | |
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 | |