diff options
author | Bernard Lin <bernardlin12@gmail.com> | 2019-03-24 23:36:27 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-03-24 23:36:27 -0400 |
commit | 3cc90d9bcf4be58bf88b433ae410f42fa4ad69c7 (patch) | |
tree | 8e92d0266bd71d5c92c2352e943f5b78ef19a097 /website/benchmarks.html | |
parent | 129eae0265e3bd93c26c272d253ae9cbc6b88991 (diff) |
Add benchmark for max latency (#1975)
Diffstat (limited to 'website/benchmarks.html')
-rw-r--r-- | website/benchmarks.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/website/benchmarks.html b/website/benchmarks.html index 3fd4765d8..4d6d543dc 100644 --- a/website/benchmarks.html +++ b/website/benchmarks.html @@ -110,6 +110,14 @@ <div id="req-per-sec-chart"></div> + <h3 id="max-latency">Max Latency <a href="#max-latency">#</a></h3> + + <p> + Max latency during the same test used above for requests/second. Smaller is better. + </p> + + <div id="max-latency-chart"></div> + <h3 id="size">Executable size <a href="#size">#</a></h3> <p>deno ships only a single binary. We track its size here.</p> <div id="binary-size-chart"></div> |