Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanseipp committed Jul 26, 2023
1 parent baa3d31 commit e0d08b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ See k6/simple.js for k6 configuration
| epoll | Rust | 2.03ms | 3.2ms | 6.93ms | 215,752 |
| epoll | Zig | 2.03ms | 3.13ms | 6.9ms | 221,851 |
| io_uring | Rust | 1.68ms | 2.28ms | 6.08ms | 272,415 |
| io_uring | Rust | 1.65ms | 2.17ms | 5.9ms | 279,114 |
| io_uring | Zig | 1.65ms | 2.17ms | 5.9ms | 279,114 |

## Known issues
Benchmarks are run locally via k6. This isolates issues with networking components, but makes the system much more chatty. The kernel will need to spend more time shuttling packets across the loopback device. Additionally, the NIC is never touched. Until I have the hardware to separate the load generation to a new machine, this will continue to be the case.
Expand Down

0 comments on commit e0d08b8

Please sign in to comment.