aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/test_log.proto
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-09-22 13:35:19 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-09-22 14:46:16 -0700
commit026d85d801363299af7300730fc94d5eff7feb38 (patch)
treea9c43cb406fbc288f9c8a652702fe4dc6aa5ca5e /tensorflow/core/util/test_log.proto
parentadc15a46c56070ef92b890b65b6de0147abeff80 (diff)
Pass benchmark name (path:target_name) to TestResults proto.
Change: 134000963
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 61f29fe131..4eb397670d 100644
--- a/tensorflow/core/util/test_log.proto
+++ b/tensorflow/core/util/test_log.proto
@@ -171,4 +171,7 @@ message TestResults {
// Run-specific parameters (arguments, etc)
RunConfiguration run_configuration = 8;
+
+ // Benchmark target identifier.
+ string name = 9;
};