From f1bccd320a742c67245ded0cbe5eba971294d769 Mon Sep 17 00:00:00 2001 From: Eugene Brevdo Date: Wed, 16 Mar 2016 12:19:23 -0800 Subject: Another bugfix in run_and_gather_logs. Change: 117375431 --- tensorflow/core/util/test_log.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tensorflow/core/util/test_log.proto') 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 { -- cgit v1.2.3