TestPerformanceBuildPredictiveTestSelectionUsage

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

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.