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

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

Issue 809393002: Added support for improvement_direction to relevant values, which is propogated to chartjson. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
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):

Powered by Google App Engine
This is Rietveld 408576698