GradleTestPerformance
data class GradleTestPerformance( @Json(name = "tests") val tests: BuildTestPerformanceTests, @Json(name = "serialTestTasksExecutionTime") val serialTestTasksExecutionTime: Long, @Json(name = "testAcceleration") val testAcceleration: TestPerformanceBuildTestAcceleration, @Json(name = "testTasks") val testTasks: List<TestPerformanceTask>)
Test performance metrics of a Gradle build.
Parameters
tests
serialTestTasksExecutionTime
The sum of the serial execution times in millis of test tasks run in the build.
testAcceleration
testTasks
Constructors
Link copied to clipboard
constructor( @Json(name = "tests") tests: BuildTestPerformanceTests, @Json(name = "serialTestTasksExecutionTime") serialTestTasksExecutionTime: Long, @Json(name = "testAcceleration") testAcceleration: TestPerformanceBuildTestAcceleration, @Json(name = "testTasks") testTasks: List<TestPerformanceTask>)