Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 1280 (0.13 sec)

  1. .teamcity/performance-test-durations.json

    }, {
      "scenario" : "org.gradle.performance.regression.android.RealLifeAndroidBuildPerformanceTest.clean phthalic:assembleDebug with clean transforms cache",
      "durations" : [ {
        "testProject" : "largeAndroidBuild",
        "linux" : 1210
      } ]
    }, {
      "scenario" : "org.gradle.performance.regression.android.RealLifeAndroidBuildPerformanceTest.run assembleDebug",
      "durations" : [ {
        "testProject" : "largeAndroidBuild",
        "linux" : 831
      }, {
    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)
  2. .teamcity/src/main/kotlin/model/FunctionalTestBucketProvider.kt

        listOf("8.0", "9.0"), // 8.0 <=version < 9.0
        listOf("9.0", "10.0"), // 9.0 <=version < 10.0
        listOf("10.0", "11.0"), // 10.0 <=version < 11.0
        listOf("11.0", "12.0"), // 11.0 <=version < 12.0
        listOf("12.0", "13.0"), // 12.0 <=version < 13.0
        listOf("13.0", "99.0") // 13.0 <=version < 99.0
    )
    
    val ALL_CROSS_VERSION_BUCKETS = listOf(
        listOf("0.0", "2.8"), // 0.0 <= version < 2.8
    Plain Text
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Thu Jan 18 05:14:09 GMT 2024
    - 9K bytes
    - Viewed (0)
Back to top