- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 83 for performans (0.1 seconds)
-
.teamcity/performance-tests-ci.json
{ "performanceTests" : [ { "testId" : "org.gradle.performance.experiment.declarativedsl.DeclarativeDslConfigurationPerformanceTest.configure", "groups" : [ { "testProject" : "largeEmptyMultiProjectDeclarativeDsl", "coverage" : { "per_commit" : [ "linux", "macOs", "windows" ] } } ] }, { "testId" : "org.gradle.performance.experiment.declarativedsl.DeclarativeDslFirstUsePerformanceTest.clean checkout",Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 25 10:54:09 GMT 2025 - 32.8K bytes - Click Count (0) -
.teamcity/performance-test-durations.json
[ { "scenario" : "org.gradle.performance.experiment.declarativedsl.DeclarativeDslFirstUsePerformanceTest.clean checkout", "durations" : [ { "testProject" : "largeEmptyMultiProjectDeclarativeDsl", "linux" : 450 } ] }, { "scenario" : "org.gradle.performance.experiment.declarativedsl.DeclarativeDslFirstUsePerformanceTest.cold daemon", "durations" : [ { "testProject" : "largeEmptyMultiProjectDeclarativeDsl", "linux" : 422 } ]Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 25 10:54:09 GMT 2025 - 25K bytes - Click Count (0) -
docs/de/docs/index.md
--- FastAPI ist ein modernes, schnelles (hoch performantes) Webframework zur Erstellung von APIs mit Python auf Basis von Standard-Python-Typhinweisen. Seine Schlüssel-Merkmale sind: * **Schnell**: Sehr hohe Performanz, auf Augenhöhe mit **NodeJS** und **Go** (dank Starlette und Pydantic). [Eines der schnellsten verfügbaren Python-Frameworks](#performance).
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Fri Dec 26 09:39:53 GMT 2025 - 25.8K bytes - Click Count (1) -
.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 =
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Dec 22 07:15:16 GMT 2025 - 5.8K bytes - Click Count (0) -
.teamcity/src/main/kotlin/util/AdHocPerformanceScenario.kt
name = "AdHoc Performance Scenario - ${os.asName()} ${arch.asName()}" id(id) applyPerformanceTestSettings(os = os, arch = arch, timeout = 420) setArtifactRules(INDIVIDUAL_PERFORAMCE_TEST_ARTIFACT_RULES) params { text( "performance.baselines", "", display = ParameterDisplay.PROMPT,Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Dec 22 07:15:16 GMT 2025 - 5.5K bytes - Click Count (0) -
.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 = """
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Dec 22 07:15:16 GMT 2025 - 4K bytes - Click Count (0) -
.github/workflows/update-perf-test-buckets.yml
- name: Update performance-test-durations.json run: | ./gradlew performance:writePerformanceTimes -Porg.gradle.performance.db.url=${{ env.PERFORMANCE_DB_URL }} -Porg.gradle.performance.db.username=${{ env.PERFORMANCE_DB_USERNAME }} - name: Create Pull Request uses: peter-evans/create-pull-request@v8 with: commit-message: Update performance test durationsCreated: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Dec 09 22:14:16 GMT 2025 - 1.9K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/TestPerformanceTest.kt
adHocPerformanceTest( listOf( "org.gradle.performance.regression.java.JavaIDEModelPerformanceTest.get IDE model for IDEA", "org.gradle.performance.regression.java.JavaUpToDatePerformanceTest.up-to-date assemble (parallel true)", "org.gradle.performance.crossbuild.TaskAvoidancePerformanceTest.help with lazy and eager tasks", ), )
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 25 10:54:09 GMT 2025 - 3.4K bytes - Click Count (0) -
ci/official/pycpp.sh
fi # Note: the profile can be viewed by visiting chrome://tracing in a Chrome browser. # See https://docs.bazel.build/versions/main/skylark/performance.html#performance-profiling
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Wed Dec 03 05:57:39 GMT 2025 - 2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/query/QueryFieldConfig.java
fessConfig.getIndexFieldClickCount(), // fessConfig.getIndexFieldFavoriteCount(), // fessConfig.getIndexFieldLang()); // Initialize Set for O(1) lookup performance searchFieldSet = new HashSet<>(); Collections.addAll(searchFieldSet, searchFields); } if (facetFields == null) {
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 21.9K bytes - Click Count (0)