| Index: tools/perf/measurements/task_execution_time.py
|
| diff --git a/tools/perf/measurements/task_execution_time.py b/tools/perf/measurements/task_execution_time.py
|
| index c11f37133d42e41786496922055ffd6226a6279f..c9ae85f450c74b776c57ea0b8df02c6ad7a8b65e 100644
|
| --- a/tools/perf/measurements/task_execution_time.py
|
| +++ b/tools/perf/measurements/task_execution_time.py
|
| @@ -56,7 +56,8 @@ class TaskExecutionTime(page_test.PageTest):
|
| task.key,
|
| 'ms',
|
| task.median_self_duration,
|
| - description = 'Slowest tasks'))
|
| + description = 'Slowest tasks',
|
| + higher_is_better=False))
|
|
|
| @staticmethod
|
| def GetTasks(process):
|
|
|