Home | History | Annotate | Download | only in octane

Lines Matching refs:benchmarks

63 // Suites of benchmarks consist of a name and the set of benchmarks in
67 function BenchmarkSuite(name, reference, benchmarks) {
70 this.benchmarks = benchmarks;
140 // Counts the total number of registered benchmarks. Useful for
146 result += suites[i].benchmarks.length;
243 var length = this.benchmarks.length;
255 suite.benchmarks[index].Setup();
268 data = suite.RunSingleBenchmark(suite.benchmarks[index], data);
279 suite.benchmarks[index++].TearDown();