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" | 6 "why": "Percent CPU usage" |
7 }, | 7 }, |
8 "bytes": { | 8 "bytes": { |
9 "improvement_direction": "down" | 9 "improvement_direction": "down" |
10 }, | 10 }, |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 "improvement_direction": "up" | 82 "improvement_direction": "up" |
83 }, | 83 }, |
84 "score (bigger is better)": { | 84 "score (bigger is better)": { |
85 "improvement_direction": "up" | 85 "improvement_direction": "up" |
86 }, | 86 }, |
87 "sec": { | 87 "sec": { |
88 "improvement_direction": "down" | 88 "improvement_direction": "down" |
89 }, | 89 }, |
90 "seconds": { | 90 "seconds": { |
91 "improvement_direction": "down" | 91 "improvement_direction": "down" |
| 92 }, |
| 93 "us": { |
| 94 "improvement_direction": "down" |
92 } | 95 } |
93 } | 96 } |
94 | 97 |
OLD | NEW |