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

Unified Diff: chrome/test/functional/perf.py

Issue 7590027: Adding version 6 of the v8 benchmark suite to chrome/test/data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor edit. Created 9 years, 4 months 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 | « chrome/test/data/v8_benchmark_v6/v8-logo.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/perf.py
diff --git a/chrome/test/functional/perf.py b/chrome/test/functional/perf.py
index 9535528c7cead3a5f67306c3ecf2a7bd49463571..dfb70b0124f8a8a5aaefa03378a252f3777ccbce 100644
--- a/chrome/test/functional/perf.py
+++ b/chrome/test/functional/perf.py
@@ -125,9 +125,7 @@ class PerfTest(pyauto.PyUITest):
Returns:
The integer score computed from running the v8 benchmark suite.
"""
- # TODO(dennisjeffrey@chromium.org): Check in V8 benchmark version 6 to
- # the repo, and then change this to use it.
- url = 'http://v8.googlecode.com/svn/data/benchmarks/v6/run.html'
+ url = self.GetFileURLForDataPath('v8_benchmark_v6', 'run.html')
self.AppendTab(pyauto.GURL(url))
js = """
var val = document.getElementById("status").innerHTML;
« no previous file with comments | « chrome/test/data/v8_benchmark_v6/v8-logo.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698