diff options
| author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2018-09-24 23:58:18 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-24 23:58:18 -0400 |
| commit | d957f8ebc24bcbdb94c0c5297c0072aa8d2ebec8 (patch) | |
| tree | 46392609e261833733b463eec5a1e16be79cc71a /website/index.html | |
| parent | 234d5ea780d8621866da87097c78ec10167cbdc5 (diff) | |
Add syscall count benchmark for 002_hello.ts (#820)
* 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
Diffstat (limited to 'website/index.html')
| -rw-r--r-- | website/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/website/index.html b/website/index.html index 96d1afd7f..3871763ac 100644 --- a/website/index.html +++ b/website/index.html @@ -11,6 +11,8 @@ <div id="binary-size-chart"></div> <h2>Thread count chart</h2> <div id="thread-count-chart"></div> + <h2>Syscall count chart</h2> + <div id="syscall-count-chart"></div> <script src="https://unpkg.com/d3@5.7.0/dist/d3.min.js"></script> <script src="https://unpkg.com/c3@0.6.7/c3.min.js"></script> <script type="module"> |
