From 19b1ed9f6e66dd75c4abcda06a3a208a60005b74 Mon Sep 17 00:00:00 2001 From: Tim Culverhouse Date: Tue, 6 May 2025 08:52:11 -0500 Subject: [PATCH] readme: add note about benchmarks being run on linux --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac861a3..58befa0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ ## Benchmarks Benchmarks were all gathered on the same set of directories, using the latest -releases of each program (versions are shown below). +releases of each program (versions are shown below). All benchmarks run on Linux +(because io_uring). `lsr` does work on macOS/BSD as well, but will not see the +syscall batching benefits that are available with io_uring. | Program | Version | |:-------:|:-------:| -- 2.51.2