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 560b96c7c..2432fedce 100644 --- a/website/benchmarks.html +++ b/website/benchmarks.html @@ -125,6 +125,14 @@ <div id="max-latency-chart"></div> + <h3 id="max-memory">Max Memory Usage <a href="#max-memory">#</a></h3> + + <p> + Max memory usage during execution. Smaller is better. + </p> + + <div id="max-memory-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> |