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

Unified Diff: tools/testing/perf_testing/run_perf_tests.py

Issue 10868090: modify perf test locations (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/perf_testing/run_perf_tests.py
diff --git a/tools/testing/perf_testing/run_perf_tests.py b/tools/testing/perf_testing/run_perf_tests.py
index e8bd0716b92a8e2f8e4273ea7d0679198b8368fd..7255e6d4b9c3cb85ca55e7a110d37230f7d57abc 100755
--- a/tools/testing/perf_testing/run_perf_tests.py
+++ b/tools/testing/perf_testing/run_perf_tests.py
@@ -640,8 +640,8 @@ class CommonBrowserTest(RuntimePerformanceTest):
'perf-%s-%s-%s' % (self.test.cur_time, browser, version))
self.AddSvnRevisionToTrace(self.test.trace_file, browser)
file_path = os.path.join(
- os.getcwd(), 'internal', 'browserBenchmarks',
- 'benchmark_page_%s.html' % version)
+ os.getcwd(), 'internal', 'browserBenchmarks', 'V8vDart',
+ 'V8vDart_page_%s.html' % version)
self.test.test_runner.RunCmd(
['python', os.path.join('tools', 'testing', 'run_selenium.py'),
'--out', file_path, '--browser', browser,
« 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