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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 "improvement_direction": "up", | 52 "improvement_direction": "up", |
53 "why": "layer_tree_host_perftest" | 53 "why": "layer_tree_host_perftest" |
54 }, | 54 }, |
55 "frame_time": { | 55 "frame_time": { |
56 "improvement_direction": "down" | 56 "improvement_direction": "down" |
57 }, | 57 }, |
58 "Hz": { | 58 "Hz": { |
59 "improvement_direction": "up", | 59 "improvement_direction": "up", |
60 "why": "Higher frequencies are faster." | 60 "why": "Higher frequencies are faster." |
61 }, | 61 }, |
| 62 "janks": { |
| 63 "improvement_direction": "down", |
| 64 "why": "Fewer janks is better." |
| 65 }, |
62 "kb": { | 66 "kb": { |
63 "improvement_direction": "down", | 67 "improvement_direction": "down", |
64 "why": "Synonym for KB, used in memory and io metrics." | 68 "why": "Synonym for KB, used in memory and io metrics." |
65 }, | 69 }, |
66 "available_kB": { | 70 "available_kB": { |
67 "improvement_direction": "up", | 71 "improvement_direction": "up", |
68 "why": "kB of memory available. More memory available is better." | 72 "why": "kB of memory available. More memory available is better." |
69 }, | 73 }, |
70 "KB": { | 74 "KB": { |
71 "improvement_direction": "down", | 75 "improvement_direction": "down", |
(...skipping 108 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 |