Add schemas to Skia repo

BUG=skia:
R=bensong@google.com, jcgregorio@google.com

Author: kelvinly@google.com

Review URL: https://codereview.chromium.org/332663005
This commit is contained in:
kelvinly 2014-06-23 09:02:38 -07:00 committed by Commit bot
parent c8fd7b58c5
commit b0203e5b22
2 changed files with 224 additions and 0 deletions

122
bench/microbench.json Normal file
View File

@ -0,0 +1,122 @@
{
"fields": [
{
"name": "buildNumber",
"type": "INTEGER"
},
{
"name": "gitNumber",
"type": "INTEGER"
},
{
"name": "gitHash",
"type": "STRING"
},
{
"name": "timestamp",
"type": "INTEGER"
},
{
"name": "value",
"type": "FLOAT"
},
{
"name": "key",
"type": "STRING"
},
{
"name": "isTrybot",
"type": "BOOLEAN"
},
{
"name": "params",
"type": "RECORD",
"fields": [
{
"name": "builderName",
"type": "STRING"
},
{
"name": "configuration",
"type": "STRING"
},
{
"name": "rotate",
"type": "STRING"
},
{
"name": "system",
"type": "STRING"
},
{
"name": "clip",
"type": "STRING"
},
{
"name": "gpuConfig",
"type": "STRING"
},
{
"name": "os",
"type": "STRING"
},
{
"name": "role",
"type": "STRING"
},
{
"name": "testName",
"type": "STRING"
},
{
"name": "antialias",
"type": "STRING"
},
{
"name": "filter",
"type": "STRING"
},
{
"name": "scale",
"type": "STRING"
},
{
"name": "build",
"type": "STRING"
},
{
"name": "gpu",
"type": "STRING"
},
{
"name": "alpha",
"type": "STRING"
},
{
"name": "model",
"type": "STRING"
},
{
"name": "measurementType",
"type": "STRING"
},
{
"name": "arch",
"type": "STRING"
},
{
"name": "dither",
"type": "STRING"
},
{
"name": "mode",
"type": "STRING"
},
{
"name": "badParams",
"type": "STRING"
}
]
}
]
}

102
bench/skpbench.json Normal file
View File

@ -0,0 +1,102 @@
{
"fields": [
{
"name": "buildNumber",
"type": "INTEGER"
},
{
"name": "gitNumber",
"type": "INTEGER"
},
{
"name": "gitHash",
"type": "STRING"
},
{
"name": "timestamp",
"type": "INTEGER"
},
{
"name": "value",
"type": "FLOAT"
},
{
"name": "key",
"type": "STRING"
},
{
"name": "isTrybot",
"type": "BOOLEAN"
},
{
"name": "params",
"type": "RECORD",
"fields": [
{
"name": "builderName",
"type": "STRING"
},
{
"name": "config",
"type": "STRING"
},
{
"name": "arch",
"type": "STRING"
},
{
"name": "configuration",
"type": "STRING"
},
{
"name": "role",
"type": "STRING"
},
{
"name": "skpSize",
"type": "STRING"
},
{
"name": "mode",
"type": "STRING"
},
{
"name": "benchName",
"type": "STRING"
},
{
"name": "gpu",
"type": "STRING"
},
{
"name": "model",
"type": "STRING"
},
{
"name": "measurementType",
"type": "STRING"
},
{
"name": "os",
"type": "STRING"
},
{
"name": "viewport",
"type": "STRING"
},
{
"name": "scale",
"type": "STRING"
},
{
"name": "bbh",
"type": "STRING"
},
{
"name": "badParams",
"type": "STRING"
}
]
}
]
}