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

Side by Side Diff: bench/skpbench.json

Issue 332663005: Add schemas to Skia repo (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 6 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 | « bench/microbench.json ('k') | 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
(Empty)
1 {
2 "fields": [
3 {
4 "name": "buildNumber",
5 "type": "INTEGER"
6 },
7 {
8 "name": "gitNumber",
9 "type": "INTEGER"
10 },
11 {
12 "name": "gitHash",
13 "type": "STRING"
14 },
15 {
16 "name": "timestamp",
17 "type": "INTEGER"
18 },
19 {
20 "name": "value",
21 "type": "FLOAT"
22 },
23 {
24 "name": "key",
25 "type": "STRING"
26 },
27 {
28 "name": "isTrybot",
29 "type": "BOOLEAN"
30 },
31 {
32 "name": "params",
33 "type": "RECORD",
34 "fields": [
35 {
36 "name": "builderName",
37 "type": "STRING"
38 },
39 {
40 "name": "config",
41 "type": "STRING"
42 },
43 {
44 "name": "arch",
45 "type": "STRING"
46 },
47 {
48 "name": "configuration",
49 "type": "STRING"
50 },
51 {
52 "name": "role",
53 "type": "STRING"
54 },
55 {
56 "name": "skpSize",
57 "type": "STRING"
58 },
59 {
60 "name": "mode",
61 "type": "STRING"
62 },
63 {
64 "name": "benchName",
65 "type": "STRING"
66 },
67 {
68 "name": "gpu",
69 "type": "STRING"
70 },
71 {
72 "name": "model",
73 "type": "STRING"
74 },
75 {
76 "name": "measurementType",
77 "type": "STRING"
78 },
79 {
80 "name": "os",
81 "type": "STRING"
82 },
83 {
84 "name": "viewport",
85 "type": "STRING"
86 },
87 {
88 "name": "scale",
89 "type": "STRING"
90 },
91 {
92 "name": "bbh",
93 "type": "STRING"
94 },
95 {
96 "name": "badParams",
97 "type": "STRING"
98 }
99 ]
100 }
101 ]
102 }
OLDNEW
« no previous file with comments | « bench/microbench.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698