Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1058)

Unified Diff: test/benchmarks/testcfg.py

Issue 67763007: Update benchmark test suite. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
Jakob Kummerow 2013/11/20 09:35:15 Nope, this doesn't do what you want. Skip this ent
Yang 2013/11/20 11:04:08 Done.
"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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698