Skip to content

Commit

Permalink
website: fix workers benchmark links (denoland#2370)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Renatus <srenatus@chef.io>
  • Loading branch information
srenatus authored and ry committed May 17, 2019
1 parent c3a30dd commit e3e9021
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/benchmarks.html
Expand Up @@ -108,12 +108,12 @@ <h3 id="exec-time">Execution time <a href="#exec-time">#</a></h3>
>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
href="https://github.com/denoland/deno/blob/master/tests/workers_round_robin_bench.ts"
>tests/workers_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
href="https://github.com/denoland/deno/blob/master/tests/workers_startup_bench.ts"
>tests/workers_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
Expand Down

0 comments on commit e3e9021

Please sign in to comment.