Test Performance Work Unit Test Distribution
data class TestPerformanceWorkUnitTestDistribution(@Json(name = "usageStatus" ) val usageStatus: TestAccelerationFeatureUsageStatus, @Json(name = "wallClockSavings" ) val wallClockSavings: Long?, @Json(name = "remoteTestClassesCount" ) val remoteTestClassesCount: Int? = null)
Test Distribution related data of a work unit.
Parameters
usage 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 Test Distribution request, than it would have taken to directly execute the tests.
remote Test Classes Count
The number of test classes that have been executed remotely by Test Distribution. Null if Test Distribution was disabled / unavailable.