OLD | NEW |
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. Used by cpu metric." | 6 "why": "Percent CPU usage. Used by cpu metric." |
7 }, | 7 }, |
8 "bit/s": { | 8 "bit/s": { |
9 "improvement_direction": "down", | 9 "improvement_direction": "down", |
10 "why": "Bitrate." | 10 "why": "Bitrate." |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 "improvement_direction": "up", | 143 "improvement_direction": "up", |
144 "why": "Used in alloy-perf-test/cts%/passed." | 144 "why": "Used in alloy-perf-test/cts%/passed." |
145 }, | 145 }, |
146 "points": { | 146 "points": { |
147 "improvement_direction": "up", | 147 "improvement_direction": "up", |
148 "why": "Synonym for score, used in ChromeOS touchpad tests." | 148 "why": "Synonym for score, used in ChromeOS touchpad tests." |
149 }, | 149 }, |
150 "ports": { | 150 "ports": { |
151 "improvement_direction": "down" | 151 "improvement_direction": "down" |
152 }, | 152 }, |
| 153 "reduction%": { |
| 154 "improvement_direction": "up", |
| 155 "why": "Used in draw_property measurement to indicate relative improvement." |
| 156 }, |
153 "relocs": { | 157 "relocs": { |
154 "improvement_direction": "down" | 158 "improvement_direction": "down" |
155 }, | 159 }, |
156 "runs/ms": { | 160 "runs/ms": { |
157 "improvement_direction": "up", | 161 "improvement_direction": "up", |
158 "why": "Higher runs/ms implies faster execution." | 162 "why": "Higher runs/ms implies faster execution." |
159 }, | 163 }, |
160 "runs/s": { | 164 "runs/s": { |
161 "improvement_direction": "up", | 165 "improvement_direction": "up", |
162 "why": "Used in dromaeo. Higher runs/s implies faster execution." | 166 "why": "Used in dromaeo. Higher runs/s implies faster execution." |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 }, | 199 }, |
196 "vsyncs": { | 200 "vsyncs": { |
197 "improvement_direction": "down", | 201 "improvement_direction": "down", |
198 "why": "Used in smoothness benchmarks. Number of vsyncs to generate a frame,
never < 1.0" | 202 "why": "Used in smoothness benchmarks. Number of vsyncs to generate a frame,
never < 1.0" |
199 }, | 203 }, |
200 "idle%": { | 204 "idle%": { |
201 "improvement_direction": "up", | 205 "improvement_direction": "up", |
202 "why": "Percentage of work done in idle time." | 206 "why": "Percentage of work done in idle time." |
203 } | 207 } |
204 } | 208 } |
OLD | NEW |