Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PerformanceAdHocTest (0.07 sec)

  1. .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)
  2. .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)
Back to top