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

Unified Diff: tools/perf/page_sets/alexa1-10000.py

Issue 286543004: [telemetry] Fix testPageSetSmoke. The archive_data_file should be relative to the page set. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: base_dir Created 6 years, 7 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 | « content/test/gpu/page_sets/page_set_unittest.py ('k') | tools/perf/page_sets/gmail_compose_discard.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/alexa1-10000.py
diff --git a/tools/perf/page_sets/alexa1-10000.py b/tools/perf/page_sets/alexa1-10000.py
index cc52b682b0b1e97d73c3e625f8f78435268f0ea6..fb9c2c1b8bc30bb1ac5eddcd8553eed74266fd40 100644
--- a/tools/perf/page_sets/alexa1-10000.py
+++ b/tools/perf/page_sets/alexa1-10000.py
@@ -26,9 +26,7 @@ class Alexa1To10000PageSet(PageSet):
def __init__(self):
super(Alexa1To10000PageSet, self).__init__(
make_javascript_deterministic=True,
- user_agent_type='desktop',
- # pylint: disable=C0301
- archive_data_file='/home/default/storage/webpages_archive/10k/alexa1-10000.json')
+ user_agent_type='desktop')
urls_list = [
# Why: #1 in Alexa global
« no previous file with comments | « content/test/gpu/page_sets/page_set_unittest.py ('k') | tools/perf/page_sets/gmail_compose_discard.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698