Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for PERFORMANCE_CHANNEL (0.15 sec)

  1. .teamcity/src/main/kotlin/configurations/PerformanceTestsPass.kt

                    )
                    param("env.PERFORMANCE_DB_PASSWORD_TCAGENT", "%performance.db.password.tcagent%")
                    param("performance.db.username", "tcagent")
                    param("env.PERFORMANCE_CHANNEL", performanceTestSpec.channel())
                }
    
                features {
                    publishBuildStatusToGithub(model)
                }
    
                val performanceResultsDir = "perf-results"
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Wed Feb 12 09:12:03 UTC 2025
    - 5.8K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/configurations/PerformanceTest.kt

                        allowEmpty = true,
                        description = "The baselines you want to run performance tests against. Empty means default baseline.",
                    )
                    param("env.PERFORMANCE_CHANNEL", performanceTestBuildSpec.channel())
                    param("env.PERFORMANCE_DB_PASSWORD_TCAGENT", "%performance.db.password.tcagent%")
                    when (os) {
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Wed Feb 12 09:12:03 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  3. .teamcity/src/main/kotlin/util/AdHocPerformanceScenario.kt

                    display = ParameterDisplay.PROMPT,
                    allowEmpty = false,
                    description = "The test project to use. E.g. largeJavaMultiProject",
                )
                param("env.PERFORMANCE_CHANNEL", "adhoc")
                param("checks", "all")
                text("runs", "40", display = ParameterDisplay.PROMPT, allowEmpty = false)
                text("warmups", "10", display = ParameterDisplay.PROMPT, allowEmpty = false)
    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