TestPerformanceTask

constructor(@Json(name = "taskPath") taskPath: String, @Json(name = "wallClockExecutionTime") wallClockExecutionTime: Long, @Json(name = "serialExecutionTime") serialExecutionTime: Long, @Json(name = "tests") tests: WorkUnitTestPerformanceTests, @Json(name = "testAcceleration") testAcceleration: TestPerformanceWorkUnitTestAcceleration)

Parameters

taskPath

The path of the test task

wallClockExecutionTime

The total execution time of the test task in millis. This is the time elapsed between the start and end of the entire test task.

serialExecutionTime

The serial execution time of the test task in millis. This is the sum of all serial test class durations and includes the setup and cleanup durations of the test task.

tests
testAcceleration