Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for bigPCHNative (0.13 sec)

  1. build-logic/performance-testing/src/main/groovy/gradlebuild.performance-templates.gradle

            functionCount: 1
        ]
        subProjectTemplates = ['native-pch-source', 'native-pch-component', 'gradle-properties']
        daemonMemory = '256m'
    }
    
    performanceTest.registerTestProject("bigPCHNative", NativeProjectGeneratorTask) {
        projects = 1
        sourceFiles = 1000
        templateArgs = [
            moduleCount: 1,
            functionCount: 1
        ]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 15:43:39 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  2. .teamcity/performance-tests-ci.json

          }
        } ]
      }, {
        "testId" : "org.gradle.performance.experiment.nativeplatform.NativePreCompiledHeaderPerformanceTest.clean assemble with precompiled headers",
        "groups" : [ {
          "testProject" : "bigPCHNative",
          "coverage" : {
            "per_week" : [ "linux" ]
          }
        }, {
          "testProject" : "mediumPCHNative",
          "coverage" : {
            "per_week" : [ "linux" ]
          }
        }, {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 11 07:05:12 UTC 2024
    - 36.4K bytes
    - Viewed (0)
  3. .teamcity/performance-test-durations.json

        "linux" : 131
      } ]
    }, {
      "scenario" : "org.gradle.performance.experiment.nativeplatform.NativePreCompiledHeaderPerformanceTest.clean assemble with precompiled headers",
      "durations" : [ {
        "testProject" : "bigPCHNative",
        "linux" : 785
      }, {
        "testProject" : "mediumPCHNative",
        "linux" : 257
      }, {
        "testProject" : "smallPCHNative",
        "linux" : 139
      } ]
    }, {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 10:30:45 UTC 2024
    - 27.9K bytes
    - Viewed (1)
Back to top