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

Unified Diff: tools/perf/contrib/cluster_telemetry/page_set.py

Issue 2941763004: Explicitly setting names for stories in unittests (Closed)
Patch Set: Created 3 years, 6 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/blink_perf_unittest.py ('k') | tools/perf/contrib/oilpan/oilpan_gc_times_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/contrib/cluster_telemetry/page_set.py
diff --git a/tools/perf/contrib/cluster_telemetry/page_set.py b/tools/perf/contrib/cluster_telemetry/page_set.py
index d780a37f50c426efcd3645b37a2870585d233b31..c92247a3e414027d1a34ed7ef1115387bf2d2df1 100644
--- a/tools/perf/contrib/cluster_telemetry/page_set.py
+++ b/tools/perf/contrib/cluster_telemetry/page_set.py
@@ -17,7 +17,8 @@ class CTPage(page_module.Page):
url=url,
page_set=page_set,
shared_page_state_class=shared_page_state_class,
- traffic_setting=traffic_setting)
+ traffic_setting=traffic_setting,
+ name=url)
self.archive_data_file = archive_data_file
self._run_page_interaction_callback = run_page_interaction_callback
« no previous file with comments | « tools/perf/benchmarks/blink_perf_unittest.py ('k') | tools/perf/contrib/oilpan/oilpan_gc_times_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698