diff options
-rw-r--r-- | bench/websocket-server/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bench/websocket-server/README.md b/bench/websocket-server/README.md index 8b0cf9927..c583e54ba 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 |