HomeSort by relevance Sort by last modified time
    Searched refs:testRuns (Results 1 - 2 of 2) sorted by null

  /external/webkit/PerformanceTests/SunSpider/
sunspider 47 my $testRuns = 10;
56 --runs Number of times to run tests (default: $testRuns)
67 GetOptions('runs=i' => \$testRuns,
94 $testRuns = 1 if $runShark;
208 print STDERR "Running SunSpider once for warmup, then " . ($runShark ? "under Shark" : "$testRuns time" . ($testRuns == 1 ? "" : "s")) . "\n";
219 while ($count++ < $testRuns) {
225 print ",\n" unless ($count == $testRuns);
  /external/webkit/Tools/Scripts/
run-sunspider 40 my $testRuns = 10; # This number may be different from what sunspider defaults to (that's OK)
59 --runs Number of times to run tests (default: $testRuns)
72 'runs=i' => \$testRuns,
122 my @args = ("--shell", jscPath($productDir), "--runs", $testRuns);

Completed in 421 milliseconds