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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
74 "lines": { | 74 "lines": { |
75 "improvement_direction": "up", | 75 "improvement_direction": "up", |
76 "why": "Coverage. More test coverage is better." | 76 "why": "Coverage. More test coverage is better." |
77 }, | 77 }, |
78 "load": { | 78 "load": { |
79 "improvement_direction": "down" | 79 "improvement_direction": "down" |
80 }, | 80 }, |
81 "MB": { | 81 "MB": { |
82 "improvement_direction": "down" | 82 "improvement_direction": "down" |
83 }, | 83 }, |
84 "MHz": { | |
85 "improvement_direction": "down", | |
86 "why": "CPU governors were able to keep the CPU at lower frequency." | |
pasko
2014/04/23 15:18:54
I thought we don't need to track regressions for t
qyearsley
2014/04/23 18:38:22
Fair enough. This unit-info.json is only used by t
bulach
2014/05/06 17:08:19
removed this file..
| |
87 }, | |
84 "mips": { | 88 "mips": { |
85 "improvement_direction": "up", | 89 "improvement_direction": "up", |
86 "why": "More instructions processed per time unit." | 90 "why": "More instructions processed per time unit." |
87 }, | 91 }, |
88 "mpixels_sec": { | 92 "mpixels_sec": { |
89 "improvement_direction": "up", | 93 "improvement_direction": "up", |
90 "why": "More pixels processed per time unit." | 94 "why": "More pixels processed per time unit." |
91 }, | 95 }, |
92 "mtexel_sec": { | 96 "mtexel_sec": { |
93 "improvement_direction": "up", | 97 "improvement_direction": "up", |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
180 "improvement_direction": "down" | 184 "improvement_direction": "down" |
181 }, | 185 }, |
182 "us": { | 186 "us": { |
183 "improvement_direction": "down" | 187 "improvement_direction": "down" |
184 }, | 188 }, |
185 "vsyncs": { | 189 "vsyncs": { |
186 "improvement_direction": "down", | 190 "improvement_direction": "down", |
187 "why": "Used in smoothness benchmarks. Number of vsyncs to generate a frame, never < 1.0" | 191 "why": "Used in smoothness benchmarks. Number of vsyncs to generate a frame, never < 1.0" |
188 } | 192 } |
189 } | 193 } |
OLD | NEW |