Skip to content

Benchmarks

Automated benchmark results from CI.
Environment: Proxmox VM, i9-13900H, 4 vCPU (pinned), Ubuntu 24.04.

Per-commit Results

Benchmarks run on every push to main.

Hybrid TCP-lane aggregation (v0.9.0)

Symmetric 2×100 Mbit / 25 ms, TCP uplink, iperf3 -P {1,2,4,8,16}, 3 reps.

The hybrid TCP stream lane terminates TCP at the client and relays it in-order over a QUIC STREAM, so even a single flow aggregates both paths — reaching ~187 Mbps (≈93 % of the 200 Mbps aggregate) at every stream count. Raw multipath (datagram tunneling) instead makes a single flow back off on cross-path reorder, so it only catches up as parallel streams grow (WLB -P 1: 96 → 187 Mbps, +95 %).

Hybrid TCP-lane — MinRTT scheduler

Hybrid TCP-lane — WLB scheduler

Released under the Apache License 2.0