| frame_decode.rs |
|
1832 |
- |
| min_bandwidth.rs |
A simulated transfer benchmark, asserting a minimum bandwidth.
This is using [`test_fixture::sim`], i.e. does no I/O beyond the process
boundary and runs in simulated time. Given that [`test_fixture::sim`] is
deterministic, there is no need for multiple benchmark iterations. Still it
is a Rust benchmark instead of a unit test due to its runtime (> 10s) even
in Rust release mode. |
3758 |
- |
| pacer.rs |
|
3475 |
- |
| packet_codec.rs |
|
4632 |
- |
| range_tracker.rs |
|
5607 |
- |
| rx_stream_orderer.rs |
|
4601 |
- |
| send_streams.rs |
|
7766 |
- |
| sent_packets.rs |
|
3596 |
- |
| transfer_common.rs |
|
3032 |
- |
| transfer_simulated.rs |
Benchmark over a simulated network, measuring instruction count via CodSpeed. |
812 |
- |
| transfer_walltime.rs |
Benchmark over a simulated network, measuring wall-clock time on a hardware runner. |
817 |
- |