Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for PerformanceAdHocTest (0.08 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)
  3. .teamcity/src/main/kotlin/util/AdHocPerformanceScenario.kt

                    workingDir = os.perfTestWorkingDir
                    gradleParams =
                        (
                            performanceTestCommandLine(
                                "clean performance:%testProject%PerformanceAdHocTest --tests \"%scenario%\"",
                                "%performance.baselines%",
                                """--warmups %warmups% --runs %runs% --checks %checks% --profiler %profiler% %additional.gradle.parameters%""",
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Wed Feb 12 09:12:03 UTC 2025
    - 5.5K bytes
    - Viewed (0)
Back to top