Skip to content

Commit

Permalink
Remove no longer needed flag from benchmark documentation (#3845)
Browse files Browse the repository at this point in the history
`Deno.serve()` was stabilized in version 1.35.0.
  • Loading branch information
lpinca authored Jul 27, 2023
1 parent 704ee13 commit 6c2ec28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/websocket-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ node ./chat-server.node.mjs
Run in Deno (`Deno.serve`):

```bash
deno run -A --unstable ./chat-server.deno.mjs
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
Expand Down

0 comments on commit 6c2ec28

Please sign in to comment.