GradleTestPerformance

constructor(@Json(name = "tests") tests: BuildTestPerformanceTests, @Json(name = "serialTestTasksExecutionTime") serialTestTasksExecutionTime: Long, @Json(name = "testAcceleration") testAcceleration: TestPerformanceBuildTestAcceleration, @Json(name = "testTasks") testTasks: List<TestPerformanceTask>)

Parameters

tests
serialTestTasksExecutionTime

The sum of the serial execution times in millis of test tasks run in the build.

testAcceleration
testTasks