Skip to content

Commit 52d76c9

Browse files
iduartgomezclaude
andauthored
perf: test packet size/batching impact (#2234)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent f76de10 commit 52d76c9

File tree

5 files changed

+1869
-7
lines changed

5 files changed

+1869
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ criterion = { version = "0.5", features = ["async_tokio"] }
9999
freenet-stdlib = { features = ["net", "testing"], workspace = true }
100100
freenet-macros = { path = "../freenet-macros" }
101101
httptest = "0.16"
102+
libc = "0.2" # For sendmmsg syscall batching benchmarks
102103
statrs = "0.18"
103104
tempfile = "3"
104105
test-log = "0.2"

0 commit comments

Comments
 (0)