s2n-netbench 0.1.1

An efficiency, performance, and correctness analysis tool for transport protocols.
Documentation
---
source: netbench/src/units/rate.rs
expression: "[42.bytes() / 42.millis(), 42.mebibytes() / 42.seconds(),\n        42.gigabytes() / 42.minutes()]"
---
[
    Rate {
        bytes: Byte(
            42,
        ),
        period: 42ms,
    },
    Rate {
        bytes: Byte(
            44040192,
        ),
        period: 42s,
    },
    Rate {
        bytes: Byte(
            42000000000,
        ),
        period: 2520s,
    },
]