Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PerformanceTestConfiguration (0.7 sec)

  1. .teamcity/src/main/kotlin/model/PerformanceTestBucketProvider.kt

                .mapValues { entry -> entry.value.groupBy({ it.first }, { it.second }) }
        }
    
        private fun readPerformanceTestConfigurations(performanceTestsCiJson: File): List<PerformanceTestConfiguration> {
            val performanceTestsCiJsonObj: Map<String, List<Map<String, Any>>> = objectMapper.readValue(performanceTestsCiJson)
    
            return performanceTestsCiJsonObj["performanceTests"]!!.map { scenarioObj ->
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Thu Jul 10 02:18:03 UTC 2025
    - 16.6K bytes
    - Viewed (0)
Back to top