aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/test_log.proto
diff options
context:
space:
mode:
authorGravatar Eugene Brevdo <ebrevdo@gmail.com>2016-03-16 12:19:23 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-03-16 16:21:48 -0700
commitf1bccd320a742c67245ded0cbe5eba971294d769 (patch)
treedf696850ce969537edce277193983c2bade09edc /tensorflow/core/util/test_log.proto
parent8ae38cb7d80ee4155c54ae3b704063def227b102 (diff)
Another bugfix in run_and_gather_logs.
Change: 117375431
Diffstat (limited to 'tensorflow/core/util/test_log.proto')
-rw-r--r--tensorflow/core/util/test_log.proto3
1 files changed, 2 insertions, 1 deletions
diff --git a/tensorflow/core/util/test_log.proto b/tensorflow/core/util/test_log.proto
index 3ade562533..e6b8ab416f 100644
--- a/tensorflow/core/util/test_log.proto
+++ b/tensorflow/core/util/test_log.proto
@@ -51,7 +51,8 @@ message BenchmarkEntries {
message BuildConfiguration {
string mode = 1; // opt, dbg, etc
- repeated string cc_flags = 2; // CC compiler flags
+ repeated string cc_flags = 2; // CC compiler flags, if known
+ repeated string opts = 3; // Bazel compilation options, if known
};
message CommitId {