aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/test_log.proto
diff options
context:
space:
mode:
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 8c73ba54ff..409d5db211 100644
--- a/tensorflow/core/util/test_log.proto
+++ b/tensorflow/core/util/test_log.proto
@@ -183,4 +183,7 @@ message TestResults {
ANDROID_BENCHMARK = 3;
}
BenchmarkType benchmark_type = 10;
+
+ // Used for differentiating between continuous and debug builds.
+ string run_mode = 11;
};