Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for smallPCHNative (0.17 sec)

  1. testing/performance/src/performanceTest/groovy/org/gradle/performance/experiment/nativeplatform/NativePreCompiledHeaderPerformanceTest.groovy

    import static org.gradle.performance.annotations.ScenarioType.PER_WEEK
    import static org.gradle.performance.results.OperatingSystem.LINUX
    
    @RunFor(
        @Scenario(type = PER_WEEK, operatingSystems = [LINUX], testProjects = ["smallPCHNative", "mediumPCHNative", "bigPCHNative"])
    )
    class NativePreCompiledHeaderPerformanceTest extends AbstractCrossBuildPerformanceTest {
    
        def "clean assemble with precompiled headers" () {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  2. build-logic/performance-testing/src/main/groovy/gradlebuild.performance-templates.gradle

            moduleCount: 3,
            functionCount: 1
        ]
        subProjectTemplates = ['native-source', 'native-component']
        daemonMemory = '1G'
        maxWorkers = 12
    }
    
    performanceTest.registerTestProject("smallPCHNative", NativeProjectGeneratorTask) {
        projects = 1
        sourceFiles = 20
        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)
  3. .teamcity/performance-tests-ci.json

            "per_week" : [ "linux" ]
          }
        }, {
          "testProject" : "mediumPCHNative",
          "coverage" : {
            "per_week" : [ "linux" ]
          }
        }, {
          "testProject" : "smallPCHNative",
          "coverage" : {
            "per_week" : [ "linux" ]
          }
        } ]
      }, {
        "testId" : "org.gradle.performance.regression.android.AndroidIncrementalExecutionPerformanceTest.abi change",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 11 07:05:12 UTC 2024
    - 36.4K bytes
    - Viewed (0)
  4. .teamcity/performance-test-durations.json

      "durations" : [ {
        "testProject" : "bigPCHNative",
        "linux" : 785
      }, {
        "testProject" : "mediumPCHNative",
        "linux" : 257
      }, {
        "testProject" : "smallPCHNative",
        "linux" : 139
      } ]
    }, {
      "scenario" : "org.gradle.performance.regression.corefeature.TaskAvoidancePerformanceTest.help with lazy and eager tasks",
      "durations" : [ {
    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