diff options
| author | Dmitry Sharshakov <sh7dm@outlook.com> | 2019-04-16 20:57:05 +0300 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-04-16 13:57:05 -0400 |
| commit | 0c463582206881b6461742633a67f51632db614e (patch) | |
| tree | ca51d8f32d586d77cd607c9fd50c242eb8f5ea3d /website/benchmarks.html | |
| parent | 97f0fe7437ad4277afbdabf6cac214a40b637cd1 (diff) | |
Add max memory benchmark (#2061)
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> |
