Exemplo n.º 1
0
        public BenchmarkContext(IBenchmark test)
        {
            this.test = test;

            Factor         = 1;
            Configurations = test.GetConfigurations();
        }