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

Unified Diff: tools/perf/fetch_benchmark_deps_unittest.py

Issue 2206403002: Fix octane test content URL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fix octane test URL and update WPR content Created 4 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 | « tools/perf/benchmarks/octane.py ('k') | tools/perf/page_sets/data/octane.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/fetch_benchmark_deps_unittest.py
diff --git a/tools/perf/fetch_benchmark_deps_unittest.py b/tools/perf/fetch_benchmark_deps_unittest.py
index 847002bf4d87dafc6f3ff3dbebd3539557eb8e81..83e96842178ab895e48df5cfff592e28b17b3ea7 100644
--- a/tools/perf/fetch_benchmark_deps_unittest.py
+++ b/tools/perf/fetch_benchmark_deps_unittest.py
@@ -67,7 +67,7 @@ class FetchBenchmarkDepsUnittest(unittest.TestCase):
def testFetchOctane(self):
octane_wpr_path = os.path.join(
- os.path.dirname(__file__), 'page_sets', 'data', 'octane_001.wpr')
+ os.path.dirname(__file__), 'page_sets', 'data', 'octane_002.wpr')
expected = os.path.relpath(octane_wpr_path,
path_util.GetChromiumSrcDir())
self._RunFetchBenchmarkDepsTest('octane', NormPaths(expected))
« no previous file with comments | « tools/perf/benchmarks/octane.py ('k') | tools/perf/page_sets/data/octane.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698