aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/microbench.json
diff options
context:
space:
mode:
authorGravatar kelvinly <kelvinly@google.com>2014-06-23 09:02:38 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-06-23 09:02:38 -0700
commitb0203e5b223b3c2381c209898358bdc3e2131ec9 (patch)
treee8c394c2ca44d2ab2dffed14b77d323c31a71ff8 /bench/microbench.json
parentc8fd7b58c5c4004a7be73894c6b04eeabf932c23 (diff)
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
Diffstat (limited to 'bench/microbench.json')
-rw-r--r--bench/microbench.json122
1 files changed, 122 insertions, 0 deletions
diff --git a/bench/microbench.json b/bench/microbench.json
new file mode 100644
index 0000000000..e8969ceefe
--- /dev/null
+++ b/bench/microbench.json
@@ -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"
+ }
+ ]
+ }
+ ]
+}