Configuration of a benchmark.
class val BenchConfig
new val create( samples': USize val = 20, max_iterations': U64 val = 1000000000, max_sample_time': U64 val = 100000000) : BenchConfig val^
Total number of samples to be measured. (Default: 20)
Maximum number of iterations to execute per sample. (Default: 1_000_000_000)
Maximum time to execute a sample in Nanoseconds. (Default: 100_000_000)
© 2016-2018, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/ponybench-BenchConfig