| Index: tools/perf/measurements/thread_times.py
|
| diff --git a/tools/perf/measurements/thread_times.py b/tools/perf/measurements/thread_times.py
|
| index 0faba97dec596032b4b9ecc8a0169c60a19906be..8762502c76652fd4f85229055cf747d45fc8a290 100644
|
| --- a/tools/perf/measurements/thread_times.py
|
| +++ b/tools/perf/measurements/thread_times.py
|
| @@ -9,7 +9,7 @@ from telemetry.web_perf.metrics import layout
|
|
|
| class ThreadTimes(page_test.PageTest):
|
| def __init__(self, report_silk_details=False,
|
| - action_name_to_run='RunSmoothness'):
|
| + action_name_to_run='RunPageInteractions'):
|
| super(ThreadTimes, self).__init__(action_name_to_run=action_name_to_run)
|
| self._timeline_controller = None
|
| self._report_silk_details = report_silk_details
|
|
|