Crate codspeed_bencher_compat

Crate codspeed_bencher_compat 

Source

Modules§

bench
stats

Macros§

benchmark_group
Defines a function called $group_name that returns the test description values for the listed functions $function.
benchmark_main
Define a fn main() that will run all benchmarks defined by the groups in $group_name.

Structs§

BenchSamples
Bencher
Manager of the benchmarking runs.
TestDesc
TestDescAndFn
TestOpts
TestPaths

Enums§

TestFn

Traits§

TDynBenchFn
Represents a benchmark function.

Functions§

black_box
NOTE: We don’t have a proper black box in stable Rust. This is a workaround implementation, that may have a too big performance overhead, depending on operation, or it may fail to properly avoid having code optimized out. It is good enough that it is used by default.
fmt_bench_samples
run_tests_console

Type Aliases§

TestName