glychee/configuration
Optional configuration of Benchee.
Configuration is stored in ETS.
Types
For details see Benchee docs’ configuration chapter.
pub type BencheeConfigurationKey {
MemoryTime
Parallel
ReductionTime
Time
Warmup
}
Constructors
-
MemoryTime -
Parallel -
ReductionTime -
Time -
Warmup
Configuration values are all positive integers.
pub type BencheeConfigurationValue =
Int
Values
pub fn set_pair(
key configuration_key: BencheeConfigurationKey,
value configuration_value: Int,
) -> Bool
Set a config pair.