diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-01-30 13:28:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-30 13:28:55 -0500 |
commit | 514b7d335977eda1b7b110d3ad5f9f93ac60af5b (patch) | |
tree | 8a4ae9ef9296d91540ee511572f56aec1057fc1f /website/all_benchmark.html | |
parent | 02b9046a0e9a99ee42e889daa81a1e90641e6434 (diff) |
Remove Travis benchmark (#1617)
- 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.
Diffstat (limited to 'website/all_benchmark.html')
-rw-r--r-- | website/all_benchmark.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/website/all_benchmark.html b/website/all_benchmark.html index 9512143fc..d17c5bde6 100644 --- a/website/all_benchmark.html +++ b/website/all_benchmark.html @@ -30,9 +30,6 @@ <h2>Syscall count</h2> <div id="syscall-count-chart"></div> - - <h2>Travis</h2> - <div id="travis-compile-time-chart"></div> </main> <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> |