Home
last modified time | relevance | path

Searched refs:skipBenchmarks (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/js-perf-test/
Dbase.js117 BenchmarkSuite.RunSuites = function(runner, skipBenchmarks) { argument
118 skipBenchmarks = typeof skipBenchmarks === 'undefined' ? [] : skipBenchmarks;
131 if (skipBenchmarks.indexOf(suite.name) > -1) {