Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for run11 (0.03 sec)

  1. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/compile/JavaCompileCompatibilityIntegrationTest.groovy

                    }
                }
    
                def run11 = providers.gradleProperty("run11").isPresent()
                run {
                    javaLauncher = javaToolchains.launcherFor {
                        languageVersion = JavaLanguageVersion.of(run11 ? ${jdk11.javaVersion.majorVersion} : ${jdk17.javaVersion.majorVersion})
                    }
                }
            """
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 10:21:26 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  2. src/testing/benchmark.go

    	b.ResetTimer()
    	b.StartTimer()
    	b.benchFunc(b)
    	b.StopTimer()
    	b.previousN = n
    	b.previousDuration = b.duration
    }
    
    // run1 runs the first iteration of benchFunc. It reports whether more
    // iterations of this benchmarks should be run.
    func (b *B) run1() bool {
    	if ctx := b.context; ctx != nil {
    		// Extend maxLen, if needed.
    		if n := len(b.name) + ctx.extLen + 1; n > ctx.maxLen {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 23.9K bytes
    - Viewed (0)
Back to top