BenchmarkOptions

The options controlling the behaviour of benchmark.

struct BenchmarkOptions {
string funcname;
string filename;
Duration duration;
size_t maxRounds;
int seed;
}

Meta