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

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

Issue 2713093004: Enable the EQT metric for system health benchmarks. (Closed)
Patch Set: Fix TODO Created 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/system_health.py
diff --git a/tools/perf/benchmarks/system_health.py b/tools/perf/benchmarks/system_health.py
index 3c66450b4934c1f34adcf24e2e5f5d91c5b30efd..3c0fcc33345c35bd5c6d49f6cf2cd9a1fe0c18f6 100644
--- a/tools/perf/benchmarks/system_health.py
+++ b/tools/perf/benchmarks/system_health.py
@@ -44,7 +44,10 @@ class _CommonSystemHealthBenchmark(perf_benchmark.PerfBenchmark):
'powerMetric',
'tracingMetric'
])
+ # TODO(ulan): Remove dependency on page_cycler_v2.
page_cycler_v2.AugmentOptionsForLoadingMetrics(options)
+ # The EQT metric depends on the same categories as the loading metric.
+ options.AddTimelineBasedMetric('expectedQueueingTimeMetric')
return options
def CreateStorySet(self, options):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698