From b0203e5b223b3c2381c209898358bdc3e2131ec9 Mon Sep 17 00:00:00 2001 From: kelvinly Date: Mon, 23 Jun 2014 09:02:38 -0700 Subject: 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 --- bench/microbench.json | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 bench/microbench.json (limited to 'bench/microbench.json') 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" + } + ] + } + ] +} -- cgit v1.2.3