Skip to content

Commit ea08057

Browse files
authored
Add new column for benchmark run status. (#4373)
1 parent 7535c73 commit ea08057

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

official/benchmark/datastore/schema/benchmark_run.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"name": "model_id",
66
"type": "STRING"
77
},
8+
{
9+
"description": "The status of the run for the benchmark. Eg, running, failed, success",
10+
"mode": "NULLABLE",
11+
"name": "status",
12+
"type": "STRING"
13+
},
814
{
915
"description": "The name of the model, E.g ResNet50, LeNet-5 etc.",
1016
"mode": "REQUIRED",

0 commit comments

Comments
 (0)