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

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

Issue 927763002: [Telemetry] Change rasterize_and_record_micro to use key_mobile_sites pageset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/page_cycler.py ('k') | tools/perf/page_sets/data/key_mobile_sites_cycler.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/rasterize_and_record_micro.py
diff --git a/tools/perf/benchmarks/rasterize_and_record_micro.py b/tools/perf/benchmarks/rasterize_and_record_micro.py
index 14ce85d2b9bfe0733b45a688baca40fb62ca95f5..bc2b2d41a5c3e3d389d47ac24d8fd9be97b3d7c3 100644
--- a/tools/perf/benchmarks/rasterize_and_record_micro.py
+++ b/tools/perf/benchmarks/rasterize_and_record_micro.py
@@ -58,7 +58,7 @@ class RasterizeAndRecordMicroKeyMobileSites(_RasterizeAndRecordMicro):
"""Measures rasterize and record performance on the key mobile sites.
http://www.chromium.org/developers/design-documents/rendering-benchmarks"""
- page_set = page_sets.KeyMobileSitesSmoothPageSet
+ page_set = page_sets.KeyMobileSitesPageSet
@classmethod
def Name(cls):
« no previous file with comments | « tools/perf/benchmarks/page_cycler.py ('k') | tools/perf/page_sets/data/key_mobile_sites_cycler.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698