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

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

Issue 973173002: Switch rasterize_and_record_micro measurement to use RunPageInteractions (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/measurements/measurement_smoke_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/rasterize_and_record_micro.py
diff --git a/tools/perf/measurements/rasterize_and_record_micro.py b/tools/perf/measurements/rasterize_and_record_micro.py
index f278ff66b55c6e75240fc487efe8fde45c1bd0b9..581e87531f61ca01e5a3c4b350d2d44f7bc38e77 100644
--- a/tools/perf/measurements/rasterize_and_record_micro.py
+++ b/tools/perf/measurements/rasterize_and_record_micro.py
@@ -13,7 +13,8 @@ from telemetry.value import scalar
class RasterizeAndRecordMicro(page_test.PageTest):
def __init__(self, start_wait_time=2, rasterize_repeat=100, record_repeat=100,
timeout=120, report_detailed_results=False):
- super(RasterizeAndRecordMicro, self).__init__('')
+ super(RasterizeAndRecordMicro, self).__init__(
+ action_name_to_run='RunPageInteractions')
self._chrome_branch_number = None
self._start_wait_time = start_wait_time
self._rasterize_repeat = rasterize_repeat
« no previous file with comments | « tools/perf/measurements/measurement_smoke_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698