Revision: 17934
Author:   [email protected]
Date:     Wed Nov 20 15:05:52 2013 UTC
Log:      Update benchmark test suite.

[email protected]

Review URL: https://codereview.chromium.org/67763007
http://code.google.com/p/v8/source/detail?r=17934

Modified:
 /branches/bleeding_edge/test/benchmarks/testcfg.py

=======================================
--- /branches/bleeding_edge/test/benchmarks/testcfg.py Thu Oct 17 13:09:28 2013 UTC +++ /branches/bleeding_edge/test/benchmarks/testcfg.py Wed Nov 20 15:05:52 2013 UTC
@@ -64,7 +64,7 @@
         "octane/crypto",
         "octane/deltablue",
         "octane/earley-boyer",
-        "octane/gbemu",
+        "octane/gbemu-part1",
         "octane/mandreel",
         "octane/navier-stokes",
         "octane/pdfjs",
@@ -72,6 +72,8 @@
         "octane/regexp",
         "octane/richards",
         "octane/splay",
+        "octane/typescript",
+        "octane/zlib",

         "sunspider/3d-cube",
         "sunspider/3d-morph",
@@ -111,6 +113,14 @@
     elif testcase.path.startswith("octane"):
       result.append(os.path.join(self.testroot, "octane/base.js"))
       result.append(os.path.join(self.testroot, "%s.js" % testcase.path))
+      if testcase.path.startswith("octane/gbemu"):
+        result.append(os.path.join(self.testroot, "octane/gbemu-part2.js"))
+      elif testcase.path.startswith("octane/typescript"):
+        result.append(os.path.join(self.testroot,
+                                   "octane/typescript-compiler.js"))
+ result.append(os.path.join(self.testroot, "octane/typescript-input.js"))
+      elif testcase.path.startswith("octane/zlib"):
+        result.append(os.path.join(self.testroot, "octane/zlib-data.js"))
       result += ["-e", "BenchmarkSuite.RunSuites({});"]
     elif testcase.path.startswith("sunspider"):
       result.append(os.path.join(self.testroot, "%s.js" % testcase.path))
@@ -158,8 +168,8 @@

     self._DownloadIfNecessary(
         ("http://svn.webkit.org/repository/webkit/trunk/PerformanceTests/";
-         "SunSpider/tests/sunspider-1.0/"),
-        "153700", "sunspider")
+         "SunSpider/tests/sunspider-1.0.2/"),
+        "159499", "sunspider")

     self._DownloadIfNecessary(
         ("http://kraken-mirror.googlecode.com/svn/trunk/kraken/tests/";
@@ -168,7 +178,7 @@

     self._DownloadIfNecessary(
         "http://octane-benchmark.googlecode.com/svn/trunk/";,
-        "22", "octane")
+        "26", "octane")

     os.chdir(old_cwd)

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to