Update SunSpider versioning to 1.0
https://bugs.webkit.org/show_bug.cgi?id=63870
Reviewed by Dan Bernstein.
* hosted/sunspider.html:
* hosted/versions.html:
* resources/driver-TEMPLATE.html:
* resources/results-TEMPLATE.html:
* sunspider:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@90334
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-07-02 Maciej Stachowiak <mjs@apple.com>
+
+ Update SunSpider versioning to 1.0
+ https://bugs.webkit.org/show_bug.cgi?id=63870
+
+ Reviewed by Dan Bernstein.
+
+ * hosted/sunspider.html:
+ * hosted/versions.html:
+ * resources/driver-TEMPLATE.html:
+ * resources/results-TEMPLATE.html:
+ * sunspider:
+
2011-07-02 Maciej Stachowiak <mjs@apple.com>
Sunspider 0.9.1 harness doesn't actually close() its test documents
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
-<title>SunSpider 0.9.1 JavaScript Benchmark</title>
+<title>SunSpider 1.0 JavaScript Benchmark</title>
<link rel="stylesheet" href="sunspider.css">
</head>
<body>
-<h2><span id="logo">☀</span>SunSpider 0.9.1 JavaScript Benchmark</h2>
+<h2><span id="logo">☀</span>SunSpider 1.0 JavaScript Benchmark</h2>
<p>This is SunSpider, a JavaScript benchmark. This benchmark tests the
core JavaScript language only, not the DOM or other browser APIs. It
</dl>
-<p><b>Current version - sunspider-0.9.1:</b> <a href="sunspider-0.9.1/driver.html">Start Now!</a><br>
+<p><b>Current version - sunspider-1.0:</b> <a href="sunspider-1.0/driver.html">Start Now!</a><br>
<small>(When you run the benchmark, be patient - it loops through all of the
test cases five times and can take a minute or longer to complete.)</small></p>
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
-<title>SunSpider 0.9.1 JavaScript Benchmark</title>
+<title>SunSpider 1.0 JavaScript Benchmark</title>
<link rel="stylesheet" href="sunspider.css">
</head>
<body>
-<h2><span id="logo">☀</span>SunSpider 0.9.1 JavaScript Benchmark</h2>
+<h2><span id="logo">☀</span>SunSpider 1.0 JavaScript Benchmark</h2>
<p>This is SunSpider, a JavaScript benchmark. This benchmark tests the
core JavaScript language only, not the DOM or other browser APIs. It
is designed to compare different versions of the same browser, and
different browsers to each other.</p>
-<p>This version of the harness is 0.9.1. This page lists all versions
+<p>This version of the harness is 1.0. This page lists all versions
of the test content:</p>
<ul>
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
-<title>SunSpider 0.9.1 JavaScript Benchmark (@SUITE@ test suite - In Progress...)</title>
+<title>SunSpider 1.0 JavaScript Benchmark (@SUITE@ test suite - In Progress...)</title>
<link rel="stylesheet" href="../sunspider.css">
</head>
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
-<title>SunSpider 0.9.1 JavaScript Benchmark Results (@SUITE@ test suite)</title>
+<title>SunSpider 1.0 JavaScript Benchmark Results (@SUITE@ test suite)</title>
<link rel="stylesheet" href="../sunspider.css">
</head>
<body>
-<h2><span id="logo">☀</span>SunSpider 0.9.1 JavaScript Benchmark Results</h2>
+<h2><span id="logo">☀</span>SunSpider 1.0 JavaScript Benchmark Results</h2>
<h3>Content Version: @SUITE@</h3>
--shark Sample execution time with the Mac OS X "Shark" performance testing tool (implies --runs=1)
--shark20 Like --shark, but with a 20 microsecond sampling interval
--shark-cache Like --shark, but performs a L2 cache-miss sample instead of time sample
- --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 Use the parse-only benchmark suite. Same as --suite=parse-only
$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";