summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorandy finch <andyfinch7@gmail.com>2019-04-05 15:57:59 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-04-05 22:57:59 +0300
commit7a3df0a18465ceebe43f3183daa2f9397c4e5ebb (patch)
tree64fb338c99cda0be406c9fb0788c88fc97c0a7be /website
parent031411b449b1990241c0ff0565e01e60f30b769a (diff)
Add worker benchmarks (#2059)
Diffstat (limited to 'website')
-rw-r--r--website/benchmarks.html11
1 files changed, 9 insertions, 2 deletions
diff --git a/website/benchmarks.html b/website/benchmarks.html
index 4d6d543dc..560b96c7c 100644
--- a/website/benchmarks.html
+++ b/website/benchmarks.html
@@ -29,11 +29,18 @@
href="https://github.com/denoland/deno/blob/master/tests/002_hello.ts"
>
tests/002_hello.ts
- </a>
- and
+ </a>,
<a
href="https://github.com/denoland/deno/blob/master/tests/003_relative_import.ts"
>tests/003_relative_import.ts</a
+ >,
+ <a
+ href="https://github.com/denoland/deno/blob/master/tests/worker_round_robin_bench.ts"
+ >tests/worker_round_robin_bench.ts</a
+ >, and
+ <a
+ href="https://github.com/denoland/deno/blob/master/tests/worker_startup_bench.ts"
+ >tests/worker_startup_bench.ts</a
>. For deno to execute typescript, it must first compile it to JS. A
warm startup is when deno has a cached JS output already, so it should
be fast because it bypasses the TS compiler. A cold startup is when deno