summaryrefslogtreecommitdiff
path: root/website/benchmarks.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/benchmarks.html')
-rw-r--r--website/benchmarks.html25
1 files changed, 24 insertions, 1 deletions
diff --git a/website/benchmarks.html b/website/benchmarks.html
index 8b2b44d72..68e1fa57d 100644
--- a/website/benchmarks.html
+++ b/website/benchmarks.html
@@ -221,11 +221,34 @@
<p>How many threads various programs use.</p>
<div id="thread-count-chart"></div>
- <h3 id="syscalls">Syscall count <a href="#syscalls">#</a></h3>
+ <h3 id="bundles">Syscall count <a href="#bundles">#</a></h3>
<p>
How many total syscalls are performed when executing a given script.
</p>
<div id="syscall-count-chart"></div>
+
+ <h3 id="bundles">Bundle size <a href="#syscalls">#</a></h3>
+ <p>
+ Size of different bundled scripts.
+ </p>
+
+ <ul>
+ <li>
+ <a
+ href="https://deno.land/std/http/file_server.ts"
+ >file_server</a
+ >
+ </li>
+
+ <li>
+ <a
+ href="https://deno.land/std/examples/gist.ts"
+ >gist</a
+ >
+ </li>
+ </ul>
+
+ <div id="bundle-size-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>