website: fix workers benchmark links (#2370)

Signed-off-by: Stephan Renatus <srenatus@chef.io>
This commit is contained in:
Stephan Renatus 2019-05-17 13:15:46 +02:00 committed by Ryan Dahl
parent c3a30dd3c3
commit e3e9021d23
1 changed files with 4 additions and 4 deletions

View File

@ -108,12 +108,12 @@
>tests/003_relative_import.ts</a >tests/003_relative_import.ts</a
>, >,
<a <a
href="https://github.com/denoland/deno/blob/master/tests/worker_round_robin_bench.ts" href="https://github.com/denoland/deno/blob/master/tests/workers_round_robin_bench.ts"
>tests/worker_round_robin_bench.ts</a >tests/workers_round_robin_bench.ts</a
>, and >, and
<a <a
href="https://github.com/denoland/deno/blob/master/tests/worker_startup_bench.ts" href="https://github.com/denoland/deno/blob/master/tests/workers_startup_bench.ts"
>tests/worker_startup_bench.ts</a >tests/workers_startup_bench.ts</a
>. For deno to execute typescript, it must first compile it to JS. 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 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 be fast because it bypasses the TS compiler. A cold startup is when deno