Gradle Test Performance
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
serial Test Tasks Execution Time
The sum of the serial execution times in millis of test tasks run in the build.
test Acceleration
test Tasks
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>)