diff options
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> |