From a4fb5175cecc62573eaf3406154ece2938f45b88 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 23 Oct 2018 15:02:30 -0700 Subject: Add node_tcp target to http_benchmark. (#1074) --- tests/http_bench.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/http_bench.ts b/tests/http_bench.ts index 89d53ad1d..0c7970691 100644 --- a/tests/http_bench.ts +++ b/tests/http_bench.ts @@ -1,6 +1,7 @@ // Used for benchmarking Deno's networking. See tools/http_benchmark.py // TODO Replace this with a real HTTP server once // https://github.com/denoland/deno/issues/726 is completed. +// Note: this is a keep-alive server. import * as deno from "deno"; const addr = deno.args[1] || "127.0.0.1:4500"; const listener = deno.listen("tcp", addr); -- cgit v1.2.3