1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

fix links

This commit is contained in:
Rob Ede
2022-02-18 02:13:08 +00:00
parent 74ee6ae707
commit b388c10aea
5 changed files with 31 additions and 23 deletions

View File

@ -17,7 +17,7 @@ curl 127.0.0.1:8080/broadcast/my_message
## Performance
This implementation can serve thousands of clients on a 2021 MacBook with no problems.
Run [benchmark.js](benchmark.js) to benchmark your own system:
Run `node ./benchmark.js` to benchmark your own system:
```sh
$ node benchmark.js
@ -31,7 +31,7 @@ You may be limited to a maximal number of connections (open file descriptors). S
ulimit -n 2048
```
Test maximum number of open connections with [drain.js](drain.js):
Test maximum number of open connections with `node ./drain.js`:
```sh
$ node drain.js