Skip to content

Commit

Permalink
website: fix link to http_bench.ts (denoland#1522)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohsory1324 authored and piscisaureus committed Jan 15, 2019
1 parent 6ffdb93 commit 48ca06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h3>Req/Sec</h3>
is a fake http server that doesn't parse HTTP. It is comparable to <a
href="https://github.com/denoland/deno/blob/master/tools/node_tcp.js">node_tcp</a>.
<li><a
href="https://github.com/denoland/deno_net/blob/master/http_bench.ts">deno_net_http</a>
href="https://github.com/denoland/deno_std/blob/master/http/http_bench.ts">deno_net_http</a>
is a web server written in TypeScript. It
is comparable to <a
href="https://github.com/denoland/deno/blob/master/tools/node_http.js">node_http</a>.
Expand Down

0 comments on commit 48ca06e

Please sign in to comment.