- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for PerformanceAdHocTest (0.07 sec)
-
.teamcity/src/main/kotlin/configurations/TestPerformanceTest.kt
} fun BuildSteps.adHocPerformanceTest(tests: List<String>) { gradleStep( listOf( "clean", "performance:${testProject}PerformanceAdHocTest", tests.map { """--tests "$it"""" }.joinToString(" "), """--warmups 2 --runs 2 --checks none""", "-PtestJavaVersion=${os.perfTestJavaVersion.major}",
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Mon Aug 25 20:21:47 UTC 2025 - 3.3K bytes - Viewed (0) -
.teamcity/src/main/kotlin/projects/StageProject.kt
testProjects = listOf(performanceScenario.testProject), performanceTestTaskSuffix = "PerformanceAdHocTest", ) }
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Tue Jul 29 03:24:58 UTC 2025 - 11.9K bytes - Viewed (0)