summaryrefslogtreecommitdiff
path: root/website
AgeCommit message (Collapse)Author
2019-01-15website: fix link to http_bench.ts (#1522)Yungoo Kong
2019-01-13Fix links on website (#1511)Ryan Dahl
2019-01-10Add some links to websiteRyan Dahl
2018-12-31Add CI badges to websiteRyan Dahl
2018-12-20Add deno logo to website. (#1380)Ryan Dahl
2018-12-18Add examples to website.Ryan Dahl
2018-12-13Improve text on benchmark site. (#1323)Ryan Dahl
2018-12-12fix typo on websiteAllen Hai
2018-11-16Improve docs (#1196)Ryan Dahl
2018-11-14Add a simple doc generation tool.Ryan Dahl
And website upload tool.
2018-11-01clarify benchmark chart unitsbdistin
Currently, the Travis chart displays "time" as the y-label of the graph, when in fact the unit is in minutes. (makes this consistent with other y-labels being "seconds")
2018-10-24Support CheckJSKitson Kelly
2018-10-24Clean up y-axes on benchmark page. (#1077)Ryan Dahl
2018-10-23Revert "Support CheckJS"Ryan Dahl
Broken in master. This reverts commit dd230d520b5599c0e51cf30245a567f07b3cfb28.
2018-10-23Support CheckJSKitson Kelly
2018-10-20y label fixKevin (Kun) "Kassimo" Qian
2018-10-20feat: show only 20 benchmark data in inde.htmlYoshiya Hinosawa
2018-10-19Add style to benchmark pageRyan Dahl
2018-10-19Add Docs.mdRyan Dahl
Remove stuff from Roadmap that has been implemented.
2018-10-19Add missing copyrights (#1024)ztplz
2018-10-16improve benchmark page performance and fix test (#1002)Yoshiya Hinosawa
2018-10-16First pass at http benchmark.Ryan Dahl
2018-10-11Add throughput benchmark (#961)Ryan Dahl
2018-10-06refactor: stop hard coding some of benchmark namesYoshiya Hinosawa
2018-10-04formatBert Belder
2018-10-03fix: re-enable fixed testsYoshiya Hinosawa
2018-10-03fix: fix //website/app_test.jsYoshiya Hinosawa
2018-10-03test: disable incorrect testsBert 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-10-03Hide line with value zero (#882)Kanishkar J
2018-10-03Add fetch_deps to syscall count.Ryan Dahl
The benchmark was added in b7fd6e but was not surfaced in the UI. TODO: The tests should have failed and caught this situation.
2018-09-30FormatRyan Dahl
2018-09-27Add benchmark descriptions.Ryan Dahl
2018-09-27Benchmarks: github link and truncate sha1 (#845)Kevin (Kun) "Kassimo" Qian
2018-09-26Travis benchmark (#832)ztplz
2018-09-26Expand binary size benchmark (#830)Kevin (Kun) "Kassimo" Qian
2018-09-26Revert "Expand binary size benchmark (#830)"Bert Belder
This reverts commit 8c7416b3f666c62327a2306e955ec59823b1f239.
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
* 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-24Add thread count benchmark (#811)Kevin (Kun) "Kassimo" Qian
2018-09-24Start testing website (#813)Yoshiya Hinosawa
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
This reverts commit 3ad48bdb3e6372f55579808535ce2c17809178ff.
2018-09-21Add benchmark tools (#777)Yoshiya Hinosawa