TestPerformanceWorkUnitTestAcceleration

data class TestPerformanceWorkUnitTestAcceleration(@Json(name = "predictiveTestSelection") val predictiveTestSelection: TestPerformanceWorkUnitPredictiveTestSelection, @Json(name = "testDistribution") val testDistribution: TestPerformanceWorkUnitTestDistribution, @Json(name = "wallClockSavings") val wallClockSavings: Long?)

Test acceleration data of a work unit.

Parameters

predictiveTestSelection
testDistribution
wallClockSavings

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

Constructors

Link copied to clipboard
constructor(@Json(name = "predictiveTestSelection") predictiveTestSelection: TestPerformanceWorkUnitPredictiveTestSelection, @Json(name = "testDistribution") testDistribution: TestPerformanceWorkUnitTestDistribution, @Json(name = "wallClockSavings") wallClockSavings: Long?)