aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/test_log.proto
Commit message (Collapse)AuthorAge
* Internal change.Gravatar Anna R2017-10-13
| | | | PiperOrigin-RevId: 172159815
* Internal change.Gravatar Toby Boyd2017-10-12
| | | | PiperOrigin-RevId: 172013289
* Add run_mode field to TestResults proto for differentiating between test types.Gravatar Andrew Harp2017-04-10
| | | | Change: 152740961
* Add BenchmarkType to TestResults proto and fix logging of C++ microbenchmarks.Gravatar Eugene Brevdo2017-03-02
| | | | | C++ microbenchmarks results are now normalized by iters (like python benchmarks). Change: 149045367
* Pass benchmark name (path:target_name) to TestResults proto.Gravatar A. Unique TensorFlower2016-09-22
| | | | Change: 134000963
* Parse tf.Example using arena allocation. Dense string benchmark shows 10-20% ↵Gravatar A. Unique TensorFlower2016-07-06
| | | | | | speedup. Change: 126726018
* Add serial_number field to MachineConfiguration message in test_log.protoGravatar Andrew Harp2016-05-27
| | | | Change: 123455485
* Another bugfix in run_and_gather_logs.Gravatar Eugene Brevdo2016-03-16
| | | | Change: 117375431
* A few more tweaks to test_log.proto to reflect what's accessible from bazel ↵Gravatar Eugene Brevdo2016-03-15
| | | | | | | | | build. Also some updates to run_and_gather_logs. Reduce the set of tests that run_and_gather_logs_test runs to speed up the tests. Change: 117271064
* Add the test runner run_and_gather_logs to tools/testGravatar Eugene Brevdo2016-03-14
| | | | | | | * 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
* Fix dependencies bugsGravatar Eugene Brevdo2016-03-11
| | | | Change: 116925769
* Final fix to TestReporter (hopefully).Gravatar Eugene Brevdo2016-02-26
| | | | Change: 115675044
* Rollback of "TestReporter is back in. Maybe also fixed the Android build."Gravatar Vijay Vasudevan2016-02-25
| | | | | Test fails. Change: 115602477
* TestReporter is back in. Maybe also fixed the Android build.Gravatar Eugene Brevdo2016-02-25
| | | | Change: 115589642
* TensorFlow: fix bug in StringPiece::contains which made it alwaysGravatar Vijay Vasudevan2016-02-25
| | | | | | return true. Add a unittest to catch this type of regression in the future. Change: 115573280
* Added TestReporter and test / benchmark reporting tools.Gravatar Eugene Brevdo2016-02-25
These tools are meant to allow recording of benchmark & unit test structured output to pbtxt files in a directory only when the environment variable TEST_REPORT_FILE_PREFIX is set. For now, only saving of C++ microbenchmark output is supported. Change: 115518303