From 7c44773f38bb68fc9dbddc755b636b3392ce83aa Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Thu, 27 Jul 2023 15:22:53 -0700 Subject: [PATCH] Outdated copy --- bench/websocket-server/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bench/websocket-server/README.md b/bench/websocket-server/README.md index 8b0cf99273..c583e54bab 100644 --- a/bench/websocket-server/README.md +++ b/bench/websocket-server/README.md @@ -2,7 +2,7 @@ This benchmarks a websocket server intended as a simple but very active chat room. -First, start the server. By default, it will wait for 16 clients which the client script will handle. +First, start the server. By default, it will wait for 32 clients which the client script will handle. Run in Bun (`Bun.serve`): @@ -22,7 +22,7 @@ Run in Deno (`Deno.serve`): deno run -A ./chat-server.deno.mjs ``` -Then, run the client script. By default, it will connect 16 clients. This client script can run in Bun, Node, or Deno +Then, run the client script. By default, it will connect 32 clients. This client script can run in Bun, Node, or Deno ```bash node ./chat-client.mjs