toggle menu
IntelliJPlatformGradlePlugin
2.0.0
jvm
switch theme
search in API
IntelliJPlatformGradlePlugin
/
org.jetbrains.intellij.platform.gradle.models
/
PerformanceTestResult
Performance
Test
Result
data
class
PerformanceTestResult
(
val
testName
:
String
,
val
statistic
:
PerformanceTestStatistic
,
val
script
:
PerformanceTestScript
)
Members
Constructors
Performance
Test
Result
Link copied to clipboard
constructor
(
testName
:
String
,
statistic
:
PerformanceTestStatistic
,
script
:
PerformanceTestScript
)
Properties
script
Link copied to clipboard
val
script
:
PerformanceTestScript
statistic
Link copied to clipboard
val
statistic
:
PerformanceTestStatistic
test
Name
Link copied to clipboard
val
testName
:
String