Reviewed by mjs.
* sunspider: increase default number of runs for more accurate numbers
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@28920
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-12-20 Eric Seidel <eric@webkit.org>
+
+ Reviewed by mjs.
+
+ * sunspider: increase default number of runs for more accurate numbers
+
2007-12-18 Mark Rowe <mrowe@apple.com>
Fix typo.
my $jsShellPath;
my $setBaseline = 0;
my $testsPattern;
-my $testRuns = 5; # This number may be different from what ./sunspider defaults to (that's OK)
+my $testRuns = 10;
my $programName = basename($0);
my $usage = <<EOF;
+2007-12-20 Eric Seidel <eric@webkit.org>
+
+ Reviewed by mjs.
+
+ * Scripts/run-sunspider: change --runs default to 10 for better accuracy
+
2007-12-20 Kevin McCullough <kmccullough@apple.com>
Reviewed by Steve.
my $configuration = configuration();
my $root;
-my $testRuns = 5; # This number may be different from what sunspider defaults to (that's OK)
+my $testRuns = 10; # This number may be different from what sunspider defaults to (that's OK)
my $runShark = 0;
my $runShark20 = 0;
my $runSharkCache = 0;