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

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

Completed in 24 milliseconds