From cb93246f6d02c34306e7c9e9c567f96b9bffc875 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 11 May 2019 00:44:48 -0400 Subject: Reorder benchmark page (#2314) --- website/benchmarks.html | 90 ++++++++++++++++++++++++------------------------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/website/benchmarks.html b/website/benchmarks.html index f1e850d05..4a7294af0 100644 --- a/website/benchmarks.html +++ b/website/benchmarks.html @@ -26,51 +26,6 @@

recent data

all data (takes a moment to load)

-

Execution time #

-

- This shows how much time total it takes to run a few simple deno - programs: - - tests/002_hello.ts - , - 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 - must compile from scratch. -

-
- -

Throughput #

- -

- Time it takes to pipe a certain amount of data through Deno. - - - echo_server.ts - - and - - cat.ts . Smaller is better. -

- -
-

Req/Sec #

@@ -130,6 +85,51 @@

+

Execution time #

+

+ This shows how much time total it takes to run a few simple deno + programs: + + tests/002_hello.ts + , + 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 + must compile from scratch. +

+
+ +

Throughput #

+ +

+ Time it takes to pipe a certain amount of data through Deno. + + + echo_server.ts + + and + + cat.ts . Smaller is better. +

+ +
+

Max Memory Usage #

-- cgit v1.2.3