mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-24 03:58:19 +00:00
fix bench
This commit is contained in:
@@ -53,7 +53,7 @@ pub fn criterion_benchmark(c: &mut Criterion) {
|
||||
group.throughput(criterion::Throughput::Bytes(TOTAL_BYTES as u64));
|
||||
|
||||
let gso_segments = if gso_enabled {
|
||||
send_state.max_gso_segments()
|
||||
send_state.max_gso_segments(&dst_addr)
|
||||
} else {
|
||||
NonZeroUsize::MIN
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user