Class TestResults

All Implemented Interfaces:
Message, MessageLite, MessageLiteOrBuilder, MessageOrBuilder, Serializable, TestResultsOrBuilder

public final class TestResults extends GeneratedMessageV3 implements TestResultsOrBuilder
The output of one benchmark / test run.  Each run contains a list of
tests or benchmarks, stored as BenchmarkEntry messages.
This message should be emitted by the reporter (which runs the
test / BM in a subprocess and then reads the emitted BenchmarkEntry messages;
usually from a serialized json file, finally collecting them along
with additional information about the test run.
Protobuf type tensorflow.TestResults
See Also: