Crate tango_bench
source ·Modules
- Contains functionality of a
cargo benchharness - Loading and resolving symbols from .dylib/.so libraries
Macros
- Registers benchmark in the system
- Main entrypoint for benchmarks
Structs
- Matrix of functions is used to perform benchmark with different generator strategies
- Implementation of a
MeasureTargetwhich usesGeneratorto generates a new payload for a function each new sample. - Describes basic settings for the benchmarking process
- Describes the results of a single benchmark run
- Statistical summary for a given iterator of numbers.
Enums
Constants
Traits
- Generates the payload for the benchmarking functions