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

Unified Diff: tools/perf/benchmarks/robohornet_pro.py

Issue 99483007: [telemetry] Ensure page sets reference the right WPR archives. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/kraken.py ('k') | tools/perf/page_sets/data/2012Q3.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/robohornet_pro.py
diff --git a/tools/perf/benchmarks/robohornet_pro.py b/tools/perf/benchmarks/robohornet_pro.py
index 1809b7bf7632d5c12e04b29f684327b7551ee99c..a25004eec0b21176104f0b3bf10f5c9ba74c7529 100644
--- a/tools/perf/benchmarks/robohornet_pro.py
+++ b/tools/perf/benchmarks/robohornet_pro.py
@@ -26,7 +26,7 @@ class RobohornetPro(test.Test):
def CreatePageSet(self, options):
return page_set.PageSet.FromDict({
- 'archive_data_file': '../data/robohornetpro.json',
+ 'archive_data_file': '../page_sets/data/robohornet_pro.json',
# Measurement require use of real Date.now() for measurement.
'make_javascript_deterministic': False,
'pages': [
« no previous file with comments | « tools/perf/benchmarks/kraken.py ('k') | tools/perf/page_sets/data/2012Q3.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698