RuntimeHistoryTable

The runtime of the test commands.

By storing the data it reduces the need to run the test suite multiple times to get the minimum.

package
@TableName(runtimeHistoryTable)
struct RuntimeHistoryTable {}

Members

Variables

id
long id;
Undocumented in source.
timeMs
long timeMs;
Undocumented in source.
timeStamp
SysTime timeStamp;

when the measurement was taken.

Meta