public BenchmarkContext(IBenchmark test) { this.test = test; Factor = 1; Configurations = test.GetConfigurations(); }