Reviewers: Jakob,

Description:
Update benchmark test suite.

[email protected]

Please review this at https://codereview.chromium.org/67763007/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+5, -4 lines):
  M test/benchmarks/testcfg.py


Index: test/benchmarks/testcfg.py
diff --git a/test/benchmarks/testcfg.py b/test/benchmarks/testcfg.py
index b15553a8614a6d8b88856a1524cb1bcae8bd1c0b..66b5a1c16797ecfbd0c686bd80bef7e777cead2f 100644
--- a/test/benchmarks/testcfg.py
+++ b/test/benchmarks/testcfg.py
@@ -64,7 +64,8 @@ class BenchmarksTestSuite(testsuite.TestSuite):
         "octane/crypto",
         "octane/deltablue",
         "octane/earley-boyer",
-        "octane/gbemu",
+        "octane/gbemu-part1",
+        "octane/gbemu-part2",
         "octane/mandreel",
         "octane/navier-stokes",
         "octane/pdfjs",
@@ -158,8 +159,8 @@ class BenchmarksTestSuite(testsuite.TestSuite):

     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 +169,7 @@ class BenchmarksTestSuite(testsuite.TestSuite):

     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