Title: [92902] trunk/PerformanceTests/SunSpider
Revision
92902
Author
[email protected]
Date
2011-08-11 19:11:26 -0700 (Thu, 11 Aug 2011)

Log Message

Fix sunspider-compare-results to default to the same suite version as the sunspider script.

Rubber-stamped by Maciej Stachowiak.

* sunspider-compare-results:

Modified Paths

Diff

Modified: trunk/PerformanceTests/SunSpider/ChangeLog (92901 => 92902)


--- trunk/PerformanceTests/SunSpider/ChangeLog	2011-08-12 02:11:22 UTC (rev 92901)
+++ trunk/PerformanceTests/SunSpider/ChangeLog	2011-08-12 02:11:26 UTC (rev 92902)
@@ -1,3 +1,11 @@
+2011-08-11  Mark Rowe  <[email protected]>
+
+        Fix sunspider-compare-results to default to the same suite version as the sunspider script.
+
+        Rubber-stamped by Maciej Stachowiak.
+
+        * sunspider-compare-results:
+
 2011-07-02  Maciej Stachowiak  <[email protected]>
 
         Update SunSpider versioning to 1.0

Modified: trunk/PerformanceTests/SunSpider/sunspider-compare-results (92901 => 92902)


--- trunk/PerformanceTests/SunSpider/sunspider-compare-results	2011-08-12 02:11:22 UTC (rev 92901)
+++ trunk/PerformanceTests/SunSpider/sunspider-compare-results	2011-08-12 02:11:26 UTC (rev 92902)
@@ -39,7 +39,7 @@
 Usage: $programName --shell=[path] [options] FILE FILE
   --help        Show this help message
   --shell       Path to _javascript_ shell
-  --suite           Select a specific benchmark suite. The default is sunspider-0.9.1
+  --suite           Select a specific benchmark suite. The default is sunspider-1.0
   --ubench          Use microbenchmark suite instead of regular tests. Same as --suite=ubench
   --v8-suite        Use the V8 benchmark suite. Same as --suite=v8-v4
   --parse-only  Compare the parse-only benchmark results
@@ -55,7 +55,7 @@
 $suite = "ubench" if ($ubench);
 $suite = "v8-v4" if ($v8suite);
 $suite = "parse-only" if ($parseOnly);
-$suite = "sunspider-0.9.1" if (!$suite);
+$suite = "sunspider-1.0" if (!$suite);
 
 my $resultDirectory = "${suite}-results";
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to