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

Side by Side Diff: bench/microbench.json

Issue 420723004: Fix the other microbench schema (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 5 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 "fields": [ 2 "fields": [
3 { 3 {
4 "name": "buildNumber", 4 "name": "buildNumber",
5 "type": "INTEGER" 5 "type": "INTEGER"
6 }, 6 },
7 { 7 {
8 "name": "gitNumber", 8 "name": "gitNumber",
9 "type": "INTEGER" 9 "type": "INTEGER"
10 }, 10 },
11 { 11 {
12 "name": "gitHash", 12 "name": "gitHash",
13 "type": "STRING" 13 "type": "STRING"
14 }, 14 },
15 { 15 {
16 "name": "timestamp", 16 "name": "timestamp",
17 "type": "INTEGER" 17 "type": "INTEGER"
18 }, 18 },
19 { 19 {
20 "name": "value", 20 "name": "value",
21 "type": "FLOAT" 21 "type": "FLOAT"
22 }, 22 },
23 { 23 {
24 "name": "key", 24 "name": "key",
25 "type": "STRING" 25 "type": "STRING"
26 }, 26 },
27 { 27 {
28 "name": "isTrybot", 28 "name": "is_trybot",
29 "type": "BOOLEAN" 29 "type": "BOOLEAN"
30 }, 30 },
31 { 31 {
32 "name": "params", 32 "name": "params",
33 "type": "RECORD", 33 "type": "RECORD",
34 "fields": [ 34 "fields": [
35 { 35 {
36 "name": "builderName", 36 "name": "builderName",
37 "type": "STRING" 37 "type": "STRING"
38 }, 38 },
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 "type": "STRING" 113 "type": "STRING"
114 }, 114 },
115 { 115 {
116 "name": "badParams", 116 "name": "badParams",
117 "type": "STRING" 117 "type": "STRING"
118 } 118 }
119 ] 119 ]
120 } 120 }
121 ] 121 ]
122 } 122 }
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