| 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):
|
|
|