From 7a3df0a18465ceebe43f3183daa2f9397c4e5ebb Mon Sep 17 00:00:00 2001 From: andy finch Date: Fri, 5 Apr 2019 15:57:59 -0400 Subject: Add worker benchmarks (#2059) --- website/benchmarks.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'website') 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 - - and + , tests/003_relative_import.ts, + tests/worker_round_robin_bench.ts, and + tests/worker_startup_bench.ts. 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 -- cgit v1.2.3