diff --git a/website/index.html b/website/index.html
index e06c952f96..f5580d314d 100644
--- a/website/index.html
+++ b/website/index.html
@@ -32,10 +32,33 @@
Throughput
+ Time it takes to pipe a certain amount of data through Deno.
+ echo_server.ts
+ and
+ cat.ts
+ Smaller is better.
+
Req/Sec
- Tests HTTP server performance against Node.
+ Tests HTTP server performance. 10 keep-alive connections
+ do as many hello-world requests as possible. Bigger is better.
+
+
+ - deno
+ is a fake http server that doesn't parse HTTP. It is comparable to node_tcp.
+
- deno_net_http
+ is a web server written in TypeScript. It
+ is comparable to node_http.
+
- hyper
+ is a Rust HTTP server and represents an upper bound.
+
+
Executable size