aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/microbench.json
diff options
context:
space:
mode:
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"
+ }
+ ]
+ }
+ ]
+}