From e3e9021d23301ba7ee16dfb2eabc286de38a22cf Mon Sep 17 00:00:00 2001 From: Stephan Renatus Date: Fri, 17 May 2019 13:15:46 +0200 Subject: [PATCH] website: fix workers benchmark links (#2370) Signed-off-by: Stephan Renatus --- website/benchmarks.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/benchmarks.html b/website/benchmarks.html index 72c10f9b38..a307fcdadb 100644 --- a/website/benchmarks.html +++ b/website/benchmarks.html @@ -108,12 +108,12 @@ >tests/003_relative_import.ts, tests/worker_round_robin_bench.tstests/workers_round_robin_bench.ts, and tests/worker_startup_bench.tstests/workers_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