Skip to content

Commit

Permalink
bench notes
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Nov 16, 2024
1 parent d828bf3 commit bd8d679
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ Also try:
- localServer.nim: it will respond "hello world" or any data it receives. You may want to tweak it to not send any data.
- start a server instance per CPU and use `taskset` to set the process CPU affinity.
- make sure the bench tool is hitting all server instances, not just one.
- using [yasync](https://github.com/yglukhov/yasync) shows higher throughput and lower latency see [issue #5](https://github.com/nitely/nim-hyperx/issues/5#issuecomment-2480527542).

### ORC

Expand Down

0 comments on commit bd8d679

Please sign in to comment.