Internal change.

PiperOrigin-RevId: 159769520
This commit is contained in:
Anna R 2017-06-21 17:35:09 -07:00 committed by TensorFlower Gardener
parent aee5dcc066
commit 70cea913cf

View File

@ -162,7 +162,7 @@ def upload_benchmark_data(client, data):
t_val.update({
"test": test_name,
"start": start_time,
"info": unicode(test_result)
"info": unicode(data)
})
batch.append(t_val)