Performance Test Result
data class PerformanceTestResult(val testName: String, val statistic: PerformanceTestStatistic, val script: PerformanceTestScript)
Constructors
Link copied to clipboard
fun PerformanceTestResult(testName: String, statistic: PerformanceTestStatistic, script: PerformanceTestScript)