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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bench/microbench.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/skpbench.json
diff --git a/bench/skpbench.json b/bench/skpbench.json
new file mode 100644
index 0000000000000000000000000000000000000000..b9a8fecadf7c305851e4807c2902a49d252132c1
--- /dev/null
+++ b/bench/skpbench.json
@@ -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"
+ }
+ ]
+ }
+ ]
+}
« 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