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

Side by Side Diff: tools/perf/unit-info.json

Issue 119473003: Add runs/ms to perf dashboard unit info. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "_description" : "This file contains info about our performance test units, us ed by the perf dashboard (http://chromeperf.appspot.com).", 2 "_description" : "This file contains info about our performance test units, us ed by the perf dashboard (http://chromeperf.appspot.com).",
3 3
4 "%": { 4 "%": {
5 "improvement_direction": "down", 5 "improvement_direction": "down",
6 "why": "Percent CPU usage" 6 "why": "Percent CPU usage"
7 }, 7 },
8 "bytes": { 8 "bytes": {
9 "improvement_direction": "down" 9 "improvement_direction": "down"
10 }, 10 },
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "points": { 74 "points": {
75 "improvement_direction": "up", 75 "improvement_direction": "up",
76 "why": "Synonym for score, used in ChromeOS touchpad tests" 76 "why": "Synonym for score, used in ChromeOS touchpad tests"
77 }, 77 },
78 "ports": { 78 "ports": {
79 "improvement_direction": "down" 79 "improvement_direction": "down"
80 }, 80 },
81 "relocs": { 81 "relocs": {
82 "improvement_direction": "down" 82 "improvement_direction": "down"
83 }, 83 },
84 "runs/ms": {
tonyg 2014/01/05 20:10:13 This is fine, but I'd just like to check first whe
85 "improvement_direction": "up"
86 },
84 "runs/s": { 87 "runs/s": {
85 "improvement_direction": "up" 88 "improvement_direction": "up"
86 }, 89 },
87 "runs_per_second": { 90 "runs_per_second": {
88 "improvement_direction": "up" 91 "improvement_direction": "up"
89 }, 92 },
90 "score": { 93 "score": {
91 "improvement_direction": "up" 94 "improvement_direction": "up"
92 }, 95 },
93 "score_(bigger_is_better)": { 96 "score_(bigger_is_better)": {
94 "improvement_direction": "up" 97 "improvement_direction": "up"
95 }, 98 },
96 "score (bigger is better)": { 99 "score (bigger is better)": {
97 "improvement_direction": "up" 100 "improvement_direction": "up"
98 }, 101 },
99 "sec": { 102 "sec": {
100 "improvement_direction": "down" 103 "improvement_direction": "down"
101 }, 104 },
102 "seconds": { 105 "seconds": {
103 "improvement_direction": "down" 106 "improvement_direction": "down"
104 }, 107 },
105 "us": { 108 "us": {
106 "improvement_direction": "down" 109 "improvement_direction": "down"
107 } 110 }
108 } 111 }
109 112
OLDNEW
« 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