aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/test_log.proto
diff options
context:
space:
mode:
authorGravatar Andrew Harp <andrewharp@google.com>2017-04-10 14:09:02 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-04-10 15:25:08 -0700
commit181823f83a88eed6128bd90cea2c0955cd570187 (patch)
tree76c02bcb7d271c8fe519a729a13e370632e6e018 /tensorflow/core/util/test_log.proto
parent7a2b8153a3eb8ca21224c84857fe054060256ef6 (diff)
Add run_mode field to TestResults proto for differentiating between test types.
Change: 152740961
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;
};