Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 444 for performance (0.09 sec)

  1. .teamcity/performance-tests-ci.json

        "testId" : "org.gradle.performance.experiment.declarativedsl.DeclarativeDslFirstUsePerformanceTest.clean checkout",
        "groups" : [ {
          "testProject" : "largeEmptyMultiProjectDeclarativeDsl",
          "coverage" : {
            "per_day" : [ "linux", "macOs", "windows" ]
          }
        } ]
      }, {
        "testId" : "org.gradle.performance.experiment.declarativedsl.DeclarativeDslFirstUsePerformanceTest.cold daemon",
        "groups" : [ {
    Registered: 2025-05-28 11:36
    - Last Modified: 2025-05-06 08:13
    - 36.8K bytes
    - Viewed (0)
  2. .teamcity/performance-test-durations.json

    [ {
      "scenario" : "org.gradle.performance.experiment.declarativedsl.DeclarativeDslFirstUsePerformanceTest.clean checkout",
      "durations" : [ {
        "testProject" : "largeEmptyMultiProjectDeclarativeDsl",
        "linux" : 454
      } ]
    }, {
      "scenario" : "org.gradle.performance.experiment.declarativedsl.DeclarativeDslFirstUsePerformanceTest.cold daemon",
      "durations" : [ {
        "testProject" : "largeEmptyMultiProjectDeclarativeDsl",
        "linux" : 462
      } ]
    Registered: 2025-05-28 11:36
    - Last Modified: 2025-05-27 06:40
    - 28K bytes
    - Viewed (0)
  3. manifests/addons/dashboards/istio-performance-dashboard.json

          "targets": [
            {
              "datasource": {
                "type": "prometheus",
                "uid": "${datasource}"
              },
              "refId": "A"
            }
          ],
          "title": "Performance Dashboard Notes",
          "type": "row"
        },
        {
          "gridPos": {
            "h": 6,
            "w": 24,
            "x": 0,
            "y": 1
          },
          "id": 19,
          "links": [],
    Registered: 2025-05-28 22:53
    - Last Modified: 2024-11-18 17:10
    - 39.8K bytes
    - Viewed (0)
  4. docs/fr/docs/benchmarks.md

    ## Tests de performance et rapidité
    
    Lorsque vous vérifiez les tests de performance, il est commun de voir plusieurs outils de différents types comparés comme équivalents.
    
    En particulier, on voit Uvicorn, Starlette et FastAPI comparés (parmi de nombreux autres outils).
    
    Registered: 2025-05-25 07:19
    - Last Modified: 2023-07-27 18:49
    - 3.9K bytes
    - Viewed (0)
  5. .teamcity/src/main/kotlin/configurations/PerformanceTestsPass.kt

                    param("performance.db.username", "tcagent")
                    param("env.PERFORMANCE_CHANNEL", performanceTestSpec.channel())
                }
    
                features {
                    publishBuildStatusToGithub(model)
                }
    
                val performanceResultsDir = "perf-results"
                val performanceProjectName = "performance"
    
                val taskName =
    Registered: 2025-05-28 11:36
    - Last Modified: 2025-02-12 09:12
    - 5.8K bytes
    - Viewed (0)
  6. .teamcity/src/main/kotlin/util/AdHocPerformanceScenario.kt

            name = "AdHoc Performance Scenario - ${os.asName()} ${arch.asName()}"
            id(id)
    
            applyPerformanceTestSettings(os = os, arch = arch, timeout = 420)
            artifactRules = INDIVIDUAL_PERFORAMCE_TEST_ARTIFACT_RULES
    
            params {
                text(
                    "performance.baselines",
                    "",
                    display = ParameterDisplay.PROMPT,
    Registered: 2025-05-28 11:36
    - Last Modified: 2025-02-12 09:12
    - 5.5K bytes
    - Viewed (0)
  7. .teamcity/src/main/kotlin/common/PerformanceTestExtensions.kt

        "-Porg.gradle.java.installations.auto-download=false",
        os.javaInstallationLocations(arch),
    ) +
        listOf(
            "-Porg.gradle.performance.branchName" to "%teamcity.build.branch%",
            "-Porg.gradle.performance.db.url" to "%performance.db.url%",
            "-Porg.gradle.performance.db.username" to "%performance.db.username%",
        ).map { (key, value) -> os.escapeKeyValuePair(key, value) }
    
    const val INDIVIDUAL_PERFORAMCE_TEST_ARTIFACT_RULES = """
    Registered: 2025-05-28 11:36
    - Last Modified: 2025-02-12 09:12
    - 3.9K bytes
    - Viewed (0)
  8. .teamcity/src/main/kotlin/model/CIBuildModel.kt

            "WeeklyValidation",
        ),
        HISTORICAL_PERFORMANCE(
            "Historical Performance",
            "Once a week: Run performance tests for multiple Gradle versions",
            "HistoricalPerformance",
        ),
        EXPERIMENTAL_PERFORMANCE(
            "Experimental Performance",
            "Try out new performance test running",
            "ExperimentalPerformance",
        ),
        ;
    
        val id: String
    Registered: 2025-05-28 11:36
    - Last Modified: 2025-05-09 09:38
    - 28.9K bytes
    - Viewed (0)
  9. .github/workflows/submit-github-dependency-graph.yml

          env:
            # Exclude some projects and configurations that should not contribute to the dependency graph
            DEPENDENCY_GRAPH_EXCLUDE_PROJECTS: ':docs|:internal-performance-testing|:enterprise-plugin-performance|:performance|:internal-integ-testing'
    Registered: 2025-05-28 11:36
    - Last Modified: 2024-11-12 13:14
    - 933 bytes
    - Viewed (0)
  10. .teamcity/src/test/kotlin/PerformanceTestBuildTypeTest.kt

                    "\"-Porg.gradle.java.installations.paths=$expectedInstallationPaths\"",
                    "\"-Porg.gradle.performance.branchName=%teamcity.build.branch%\"",
                    "\"-Porg.gradle.performance.db.url=%performance.db.url%\"",
                    "\"-Porg.gradle.performance.db.username=%performance.db.username%\"",
                    "-DenableTestDistribution=%enableTestDistribution%",
    Registered: 2025-05-28 11:36
    - Last Modified: 2025-05-16 07:28
    - 8K bytes
    - Viewed (0)
Back to top