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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 }, | 185 }, |
186 "tasks": { | 186 "tasks": { |
187 "improvement_direction": "down" | 187 "improvement_direction": "down" |
188 }, | 188 }, |
189 "us": { | 189 "us": { |
190 "improvement_direction": "down" | 190 "improvement_direction": "down" |
191 }, | 191 }, |
192 "vsyncs": { | 192 "vsyncs": { |
193 "improvement_direction": "down", | 193 "improvement_direction": "down", |
194 "why": "Used in smoothness benchmarks. Number of vsyncs to generate a frame,
never < 1.0" | 194 "why": "Used in smoothness benchmarks. Number of vsyncs to generate a frame,
never < 1.0" |
| 195 }, |
| 196 "idle%": { |
| 197 "improvement_direction": "up", |
| 198 "why": "Percentage of work done in idle time." |
195 } | 199 } |
196 } | 200 } |
OLD | NEW |