Test Performance Goal
constructor(@Json(name = "goalPath" ) goalPath: String, @Json(name = "goalType" ) goalType: String, @Json(name = "wallClockExecutionTime" ) wallClockExecutionTime: Long, @Json(name = "serialExecutionTime" ) serialExecutionTime: Long, @Json(name = "tests" ) tests: WorkUnitTestPerformanceTests, @Json(name = "testAcceleration" ) testAcceleration: TestPerformanceWorkUnitTestAcceleration)
Parameters
goal Path
The path of the test goal
goal Type
The fully qualified name of the goal type
wall Clock Execution Time
The total execution time of the test goal in millis. This is the time elapsed between the start and end of the entire test goal.
serial Execution Time
The serial execution time of the test goal in millis. This is the sum of all serial test class durations and includes the setup and cleanup durations of the test goal.
tests
test Acceleration