Test Performance Build Predictive Test Selection Usage
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
wall Clock Savings
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.
serial Time Savings
The serial time savings in milliseconds. This is the sum of test duration estimates from not selected test classes.