Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for nativeMonolithic (0.3 sec)

  1. testing/performance/src/performanceTest/groovy/org/gradle/performance/regression/nativeplatform/RealWorldNativePluginPerformanceTest.groovy

    import static org.gradle.performance.annotations.ScenarioType.PER_COMMIT
    import static org.gradle.performance.results.OperatingSystem.LINUX
    
    @RunFor(
        @Scenario(type = PER_COMMIT, operatingSystems = [LINUX], testProjects = ["nativeMonolithic", "nativeMonolithicOverlapping"])
    )
    class RealWorldNativePluginPerformanceTest extends AbstractCrossVersionPerformanceTest {
    
        def setup() {
            runner.minimumBaseVersion = "4.0"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  2. build-logic/performance-testing/src/main/groovy/gradlebuild.performance-templates.gradle

        // this generates 200 C, 200 C++, 200 headers and 400 unused C/C++ files
        sourceFiles = 200
        daemonMemory = '2560m'
    }
    
    performanceTest.registerTestProject("nativeMonolithic", MonolithicNativeProjectGeneratorTask) {
        templateArgs = [overlapWithOutput: false]
        projects = 100
        sourceFiles = 200
        daemonMemory = '2560m'
    }
    
    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-test-durations.json

      "durations" : [ {
        "testProject" : "nativeMonolithic",
        "linux" : 885
      }, {
        "testProject" : "nativeMonolithicOverlapping",
        "linux" : 999
      } ]
    }, {
      "scenario" : "org.gradle.performance.regression.nativeplatform.RealWorldNativePluginPerformanceTest.build with 12 parallel workers",
      "durations" : [ {
        "testProject" : "nativeMonolithic",
        "linux" : 532
      }, {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 10:30:45 UTC 2024
    - 27.9K bytes
    - Viewed (1)
  4. .teamcity/performance-tests-ci.json

          }
        } ]
      }, {
        "testId" : "org.gradle.performance.regression.nativeplatform.RealWorldNativePluginPerformanceTest.build with 0 parallel workers",
        "groups" : [ {
          "testProject" : "nativeMonolithic",
          "coverage" : {
            "per_commit" : [ "linux" ]
          }
        }, {
          "testProject" : "nativeMonolithicOverlapping",
          "coverage" : {
            "per_commit" : [ "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)
Back to top