From 1d8f3cc896ac417ceed4a28e4a001a758ab49185 Mon Sep 17 00:00:00 2001 From: Ry Dahl Date: Thu, 24 Oct 2019 16:14:05 -0400 Subject: Remove old website (#3194) Move manual.md and style_guide.md into //std so they can be accessed from https://deno.land/std/manual.md Code for new website is https://github.com/denoland/deno_website2 Co-authored-by: Christian Moritz --- website/benchmarks.html | 273 ------------------------------------------------ 1 file changed, 273 deletions(-) delete mode 100644 website/benchmarks.html (limited to 'website/benchmarks.html') diff --git a/website/benchmarks.html b/website/benchmarks.html deleted file mode 100644 index 80a47f03c..000000000 --- a/website/benchmarks.html +++ /dev/null @@ -1,273 +0,0 @@ - - - - - Deno Benchmarks - - - - - - -
-
- ` -
-
- -

Deno Continuous Benchmarks

- -

- These plots are updated on every commit to - master branch. -

- -

- Make sure your adblocker is disabled as some can block the chart - rendering. -

- -

recent data

-

all data (takes a moment to load)

- -

Req/Sec #

- -

- Tests HTTP server performance. 10 keep-alive connections do as many - hello-world requests as possible. Bigger is better. -

- - - -
- -
- - - - -

- Proxy Req/Sec # -

- -

- Tests proxy performance. 10 keep-alive connections do as many - hello-world requests as possible. Bigger is better. -

- -
    -
  • - deno_proxy_tcp - is a fake tcp proxy server that doesn't parse HTTP. It is comparable - to - node_proxy_tcp - . -
  • - -
  • - deno_proxy - is an HTTP proxy server written in TypeScript. It is comparable to - node_proxy - . -
  • - -
  • - - hyper - - is a Rust HTTP server used as the origin for the proxy tests -
  • -
- -
- -
- - - - -

Max Latency #

- -

- Max latency during the same test used above for requests/second. Smaller - is better. -

- -
- -

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, - cli/tests/text_decoder_perf.js, - tests/workers_round_robin_bench.ts, and - tests/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 - 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 #

- -

- Max memory usage during execution. Smaller is better. -

- -
- -

Executable size #

-

deno ships only a single binary. We track its size here.

-
- -

Thread count #

-

How many threads various programs use.

-
- -

Syscall count #

-

- How many total syscalls are performed when executing a given script. -

-
- -

Bundle size #

-

- Size of different bundled scripts. -

- - - -
-
- - - - - - - - - -- cgit v1.2.3