diff options
Diffstat (limited to 'tools/deno_tcp_proxy.ts')
-rw-r--r-- | tools/deno_tcp_proxy.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/deno_tcp_proxy.ts b/tools/deno_tcp_proxy.ts index 43c61831c..a9832e363 100644 --- a/tools/deno_tcp_proxy.ts +++ b/tools/deno_tcp_proxy.ts @@ -1,4 +1,4 @@ -// Used for benchmarking Deno's tcp proxy perfromance. See tools/http_benchmark.py +// Used for benchmarking Deno's tcp proxy performance. See tools/http_benchmark.py const addr = Deno.args[0] || "127.0.0.1:4500"; const originAddr = Deno.args[1] || "127.0.0.1:4501"; |