Searched refs:skipBenchmarks (Results 1 – 1 of 1) sorted by relevance
117 BenchmarkSuite.RunSuites = function(runner, skipBenchmarks) { argument118 skipBenchmarks = typeof skipBenchmarks === 'undefined' ? [] : skipBenchmarks;131 if (skipBenchmarks.indexOf(suite.name) > -1) {