Skip to content

Commit 9dec261

Browse files
authoredMay 18, 2018
Update the benchmark run schema with the new columns. (#4308)
1 parent 3b15ca7 commit 9dec261

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
 

‎official/benchmark/datastore/schema/benchmark_run.json

+24
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
"name": "run_date",
1818
"type": "TIMESTAMP"
1919
},
20+
{
21+
"description": "The unique name for a test by the combination of key parameters, eg batch size, num of GPU, etc. It is hardware independent.",
22+
"mode": "NULLABLE",
23+
"name": "test_id",
24+
"type": "STRING"
25+
},
2026
{
2127
"description": "The tensorflow version information.",
2228
"fields": [
@@ -31,6 +37,18 @@
3137
"mode": "NULLABLE",
3238
"name": "git_hash",
3339
"type": "STRING"
40+
},
41+
{
42+
"description": "The channel of the tensorflow binary, eg, nightly, RC, final, custom.",
43+
"mode": "NULLABLE",
44+
"name": "channel",
45+
"type": "STRING"
46+
},
47+
{
48+
"description": "Identify anything special about the build, eg CUDA 10, NCCL, MKL, etc.",
49+
"mode": "NULLABLE",
50+
"name": "build_type",
51+
"type": "STRING"
3452
}
3553
],
3654
"mode": "REQUIRED",
@@ -169,6 +187,12 @@
169187
}
170188
]
171189
},
190+
{
191+
"description": "Used to differentiate from AWS, GCE or DGX-1 at a high level",
192+
"mode": "NULLABLE",
193+
"name": "test_environment",
194+
"type": "STRING"
195+
},
172196
{
173197
"description": "The machine configuration of the benchmark run.",
174198
"mode": "NULLABLE",

0 commit comments

Comments
 (0)
Please sign in to comment.