Searched refs:testRuns (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
H A Dsunspider45 my $testRuns = 10;
54 --runs Number of times to run tests (default: $testRuns)
63 GetOptions('runs=i' => \$testRuns,
86 $testRuns = 1 if $runInstruments;
178 print STDERR "Running SunSpider once for warmup, then " . ($runInstruments ? "under Instruments" : "$testRuns time" . ($testRuns == 1 ? "" : "s")) . "\n";
189 while ($count++ < $testRuns) {
195 print ",\n" unless ($count == $testRuns);

Completed in 112 milliseconds