Crate tango_bench

Source

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
BenchmarkParams
MeasurementSettings
Describes basic settings for the benchmarking process
Summary
Statistical summary for a given iterator of numbers.

Enums§

Error
SampleLengthKind

Constants§

DEFAULT_SETTINGS

Traits§

ErasedSampler
IntoBenchmarks
Converts the implementing type into a vector of Benchmark.
SamplerFactory

Functions§

benchmark_fn
iqr_variance_thresholds
Outlier detection algorithm based on interquartile range