Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 2,339 for Tresults (0.87 sec)

  1. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/report/IndexPageGenerator.java

     */
    
    package org.gradle.performance.results.report;
    
    import org.gradle.performance.results.PerformanceExperiment;
    import org.gradle.performance.results.PerformanceFlakinessDataProvider;
    import org.gradle.performance.results.PerformanceReportScenario;
    import org.gradle.performance.results.PerformanceTestExecutionResult;
    import org.gradle.performance.results.ResultsStore;
    import org.gradle.performance.results.ResultsStoreHelper;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  2. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/fixture/AbstractCrossBuildPerformanceTestRunner.groovy

    import org.gradle.internal.time.Clock
    import org.gradle.internal.time.Time
    import org.gradle.performance.results.CrossBuildPerformanceResults
    import org.gradle.performance.results.DataReporter
    import org.gradle.performance.results.ResultsStoreHelper
    import org.gradle.profiler.BuildMutator
    import org.gradle.profiler.InvocationSettings
    import org.junit.Assume
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 25 14:54:56 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  3. platforms/software/testing-base/src/test/groovy/org/gradle/api/internal/tasks/testing/junit/result/TestResultSerializerTest.groovy

            readClass2.startTime == 5678
            readClass2.results.empty
        }
    
        List<TestClassResult> serialize(Collection<TestClassResult> results) {
            def serializer = new TestResultSerializer(tmp.createDir("results"))
            serializer.write(results)
            def result = []
            serializer.read({ result << it } as Action)
            return result
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/selectors/SelectorStateResolver.java

            ComponentIdResolveResult result = selector.resolve(allRejects);
    
            if (result.getFailure() != null) {
                results.register(selector, result);
                return;
            }
    
            results.replaceExistingResolutionsWithBetterResult(result, selector.isFromLock());
            results.register(selector, result);
        }
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 15 14:22:29 UTC 2023
    - 12.2K bytes
    - Viewed (0)
  5. cmd/speedtest.go

    				creds:           opts.creds,
    			}
    
    			results := globalNotificationSys.SpeedTest(ctx, sopts)
    			sort.Slice(results, func(i, j int) bool {
    				return results[i].Endpoint < results[j].Endpoint
    			})
    
    			totalPut := uint64(0)
    			totalGet := uint64(0)
    			for _, result := range results {
    				totalPut += result.Uploads
    				totalGet += result.Downloads
    			}
    
    			if totalGet < throughputHighestGet {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon May 06 09:45:10 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  6. .github/workflows/scorecards-analysis.yml

            uses: ossf/scorecard-action@15c10fcf1cf912bd22260bfec67569a359ab87da # v2.1.1
            with:
              results_file: results.sarif
              results_format: sarif
              # Publish the results to enable scorecard badges. For more details, see
              # https://github.com/ossf/scorecard-action#publishing-results.
              # For private repositories, `publish_results` will automatically be set to `false`,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 21 23:56:23 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  7. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/BaselineVersion.groovy

        final String version
        final MeasuredOperationList results = new MeasuredOperationList()
    
        BaselineVersion(String version) {
            this.version = version
            results.name = "Gradle $version"
        }
    
        String getSpeedStatsAgainst(String displayName, MeasuredOperationList current) {
            def sb = new StringBuilder()
            def thisVersionMean = results.totalTime.median
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  8. pkg/kubelet/reason_cache_test.go

    	}
    	results[0].Fail(kubecontainer.ErrRunContainer, "message_1")
    	results[2].Fail(kubecontainer.ErrKillContainer, "message_3")
    	syncResult.AddSyncResult(results...)
    	uid := types.UID("pod_1")
    
    	reasonCache := NewReasonCache()
    	reasonCache.Update(uid, syncResult)
    	assertReasonInfo(t, reasonCache, uid, results[0], true)
    	assertReasonInfo(t, reasonCache, uid, results[1], false)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 19 03:33:06 UTC 2017
    - 2.4K bytes
    - Viewed (0)
  9. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/report/FlakinessDetectionPerformanceExecutionDataProvider.java

     * limitations under the License.
     */
    
    package org.gradle.performance.results.report;
    
    import com.google.common.collect.ImmutableList;
    import org.gradle.performance.results.CrossBuildPerformanceTestHistory;
    import org.gradle.performance.results.PerformanceReportScenario;
    import org.gradle.performance.results.PerformanceTestExecutionResult;
    import org.gradle.performance.results.PerformanceTestExecution;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tfrt/ir/mlrt/mlrt_ops.td

          executed.
        operands: The arguments to the first iteration.
        results: The results of the last iteration. The number and types of results
          excluding the last one are the same as the number and types of operands. The
          last element of results is an I1 value that is false.
        body_fn: The body function that takes the arguments and returns the results
          that includes an I1 value to indicate whether next iteration should be executed.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 22:07:30 UTC 2023
    - 6.4K bytes
    - Viewed (0)
Back to top