Modules§
- cli
- Contains functionality of a
cargo bench
harness - dylib
- Loading and resolving symbols from .dylib/.so libraries
- linux
Macros§
- tango_
benchmarks - Registers benchmark in the system
- tango_
main - Main entrypoint for benchmarks
Structs§
- Bencher
- Benchmark
- Benchmark
Params - Measurement
Settings - Describes basic settings for the benchmarking process
- Summary
- Statistical summary for a given iterator of numbers.
Enums§
Constants§
Traits§
- Erased
Sampler - Into
Benchmarks - Converts the implementing type into a vector of
Benchmark
. - Sampler
Factory
Functions§
- benchmark_
fn - iqr_
variance_ thresholds - Outlier detection algorithm based on interquartile range