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

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

Issue 1057823005: Fix the units for the draw_properties benchmark. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « tools/perf/measurements/draw_properties.py ('k') | 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 c228c447a9eddaa6f75c53a1fb4268cbdd86448a..756d44ede472a4d77065b322de21ac97c8846dcd 100644
--- a/tools/perf/unit-info.json
+++ b/tools/perf/unit-info.json
@@ -150,6 +150,10 @@
"ports": {
"improvement_direction": "down"
},
+ "reduction%": {
+ "improvement_direction": "up",
+ "why": "Used in draw_property measurement to indicate relative improvement."
+ },
"relocs": {
"improvement_direction": "down"
},
« no previous file with comments | « tools/perf/measurements/draw_properties.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698