TestPerformanceBuildPredictiveTestSelectionUsage

data class TestPerformanceBuildPredictiveTestSelectionUsage(@Json(name = "status") val status: TestAccelerationFeatureUsageStatus, @Json(name = "wallClockSavings") val wallClockSavings: Long?, @Json(name = "serialTimeSavings") val serialTimeSavings: Long?)

Groups PTS usage data (build level).

Parameters

status
wallClockSavings

The wall-clock savings in milliseconds, which can be negative. Negative values indicate that it took more time to make the Predictive Test Selection request, than it would have taken to directly execute the tests.

serialTimeSavings

The serial time savings in milliseconds. This is the sum of test duration estimates from not selected test classes.

Constructors

constructor(@Json(name = "status") status: TestAccelerationFeatureUsageStatus, @Json(name = "wallClockSavings") wallClockSavings: Long?, @Json(name = "serialTimeSavings") serialTimeSavings: Long?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard