Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Side by Side Diff: tools/perf/unit-info.json

Issue 23464041: Add us as a unit (for cc_perftests) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698