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

Unified Diff: tools/perf/unit-info.json

Issue 308863002: Teach the perf dashboard that fewer janks is better. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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/unit-info.json
diff --git a/tools/perf/unit-info.json b/tools/perf/unit-info.json
index 5ace7830efb16a0165e45b30e5b24489fbd870a4..57a79a9d30ff5a6ba731578472d9175cc63f10f7 100644
--- a/tools/perf/unit-info.json
+++ b/tools/perf/unit-info.json
@@ -59,6 +59,10 @@
"improvement_direction": "up",
"why": "Higher frequencies are faster."
},
+ "janks": {
+ "improvement_direction": "down",
+ "why": "Fewer janks is better."
+ },
"kb": {
"improvement_direction": "down",
"why": "Synonym for KB, used in memory and io metrics."
« 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