aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/test_log.proto
diff options
context:
space:
mode:
authorGravatar Eugene Brevdo <ebrevdo@gmail.com>2016-03-14 13:22:21 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-03-14 14:27:37 -0700
commit49792ef0a608da81807647ed4c23ab954398bd43 (patch)
tree60c8b73f4380ef0b45a396319fca8d9ed282757c /tensorflow/core/util/test_log.proto
parent86ddfc7a007d7e26f7c00df488969e302f5cd7a1 (diff)
Add the test runner run_and_gather_logs to tools/test
* includes a unit test that runs a benchmark and collects the results. * CC tests in tf/core/kernels now set linkstatic so GPU-based CC tests can be run by this test runner. * refactored the py test declarations in tensorflow.bzl to allow users to set main and args directly. necessary for the test runner. Change: 117170938
Diffstat (limited to 'tensorflow/core/util/test_log.proto')
-rw-r--r--tensorflow/core/util/test_log.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/util/test_log.proto b/tensorflow/core/util/test_log.proto
index 82cf0433e6..391b76eec3 100644
--- a/tensorflow/core/util/test_log.proto
+++ b/tensorflow/core/util/test_log.proto
@@ -130,7 +130,7 @@ message MachineConfiguration {
// Run-specific items such as arguments to the test / benchmark.
message RunConfiguration {
- repeated string arguments = 1;
+ repeated string argument = 1;
}
// The output of one benchmark / test run. Each run contains a list of