aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/test_log.proto
diff options
context:
space:
mode:
authorGravatar Andrew Harp <andrew.harp@gmail.com>2016-05-27 13:11:06 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-05-27 14:18:24 -0700
commit07d92dabedd948c784f35a15cbd4e01fcd693575 (patch)
tree58045b19a35d30c43b098cc41613eafa27b84fec /tensorflow/core/util/test_log.proto
parent926a67ed26c717ee3abd019002627e6539263a9b (diff)
Add serial_number field to MachineConfiguration message in test_log.proto
Change: 123455485
Diffstat (limited to 'tensorflow/core/util/test_log.proto')
-rw-r--r--tensorflow/core/util/test_log.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/core/util/test_log.proto b/tensorflow/core/util/test_log.proto
index e6b8ab416f..d957ee2969 100644
--- a/tensorflow/core/util/test_log.proto
+++ b/tensorflow/core/util/test_log.proto
@@ -116,6 +116,9 @@ message MachineConfiguration {
// Host name of machine that ran the benchmark.
string hostname = 1;
+ // Unique serial number of the machine.
+ string serial_identifier = 7;
+
// Additional platform information.
PlatformInfo platform_info = 2;