Skip to content

Commit

Permalink
Add run_mode field to TestResults proto for differentiating between t…
Browse files Browse the repository at this point in the history
…est types.

Change: 152740961
  • Loading branch information
andrewharp authored and tensorflower-gardener committed Apr 10, 2017
1 parent 7a2b815 commit 181823f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tensorflow/core/util/test_log.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

0 comments on commit 181823f

Please sign in to comment.