Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for testProject (1.21 sec)

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

                (scenarioDurations["durations"] as JSONArray).flatMap {
                    val duration = it as JSONObject
                    val testProject = duration["testProject"] as String
                    duration.entries
                        .filter { (key, _) -> key != "testProject" }
                        .map { (osString, timeInMs) ->
                            val os = Os.valueOf(osString.uppercase(Locale.US))
    Plain Text
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Mon Feb 19 11:22:56 GMT 2024
    - 15.3K bytes
    - Viewed (0)
  2. .teamcity/performance-tests-ci.json

          "testProject" : "mediumCppAppWithMacroIncludes",
          "coverage" : {
            "per_day" : [ "linux" ]
          }
        }, {
          "testProject" : "mediumCppMulti",
          "coverage" : {
            "per_day" : [ "linux" ]
          }
        }, {
          "testProject" : "mediumCppMultiWithMacroIncludes",
          "coverage" : {
            "per_day" : [ "linux" ]
          }
        }, {
    Json
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Mon May 06 09:01:23 GMT 2024
    - 35.5K bytes
    - Viewed (0)
  3. .teamcity/performance-test-durations.json

        "linux" : 481
      }, {
        "testProject" : "mediumCppMultiWithMacroIncludes",
        "linux" : 499
      }, {
        "testProject" : "mediumNative",
        "linux" : 273
      }, {
        "testProject" : "multiNative",
        "linux" : 1440
      }, {
        "testProject" : "smallCppApp",
        "linux" : 367
      }, {
        "testProject" : "smallCppMulti",
        "linux" : 390
      }, {
        "testProject" : "smallNative",
        "linux" : 385
    Json
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Mon Feb 19 11:22:56 GMT 2024
    - 26.3K bytes
    - Viewed (1)
Back to top