Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for parseObject (0.16 sec)

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

        }
    
        private
        fun readPerformanceTestConfigurations(performanceTestsCiJson: File): List<PerformanceTestConfiguration> {
            val performanceTestsCiJsonObj = JSON.parseObject(performanceTestsCiJson.readText(StandardCharsets.UTF_8)) as JSONObject
    
            return (performanceTestsCiJsonObj["performanceTests"] as JSONArray).map {
                val scenarioObj = it as JSONObject
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Mon Feb 19 11:22:56 GMT 2024
    - 15.3K bytes
    - Viewed (0)
Back to top