Test Performance Work Unit Test Distribution
constructor(@Json(name = "usageStatus" ) usageStatus: TestAccelerationFeatureUsageStatus, @Json(name = "wallClockSavings" ) wallClockSavings: Long?, @Json(name = "remoteTestClassesCount" ) remoteTestClassesCount: Int? = null)
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.