- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 19 for warmup (0.05 seconds)
-
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/androidhomewarmup/AndroidHomeWarmupTask.kt
| mavenCentral() |} | |android { | namespace = "org.gradle.android.warmup" | compileSdk = ${version.compileSdk} | defaultConfig { | applicationId = "org.gradle.android.warmup" | minSdk = ${version.minSdk} | targetSdk = ${version.effectiveTargetSdk} | }
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Dec 09 09:24:29 GMT 2025 - 5.8K bytes - Click Count (0) -
tests/benchmarks/test_general_performance.py
def client() -> Iterator[TestClient]: with TestClient(app) as client: yield client def _bench_get(benchmark, client: TestClient, path: str) -> tuple[int, bytes]: warmup = client.get(path) assert warmup.status_code == 200 def do_request() -> tuple[int, bytes]: response = client.get(path) return response.status_code, response.content return benchmark(do_request)
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Fri Dec 26 20:40:26 GMT 2025 - 11.1K bytes - Click Count (0) -
build-logic/integration-testing/build.gradle.kts
implementationClass = "gradlebuild.integrationtests.ide.AndroidStudioProvisioningPlugin" } } plugins { register("androidHomeWarmup") { id = "gradlebuild.android-home-warmup" implementationClass = "gradlebuild.integrationtests.androidhomewarmup.AndroidHomeWarmupPlugin" } } } dependencies { implementation("gradlebuild:basics")
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Nov 27 06:24:17 GMT 2025 - 930 bytes - Click Count (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/androidhomewarmup/AndroidHomeWarmupExtension.kt
package gradlebuild.integrationtests.androidhomewarmup import org.gradle.api.file.DirectoryProperty import org.gradle.api.provider.ListProperty import java.io.Serializable /** * Configuration for the Android home warmup tasks. */ abstract class AndroidHomeWarmupExtension { // using project.rootProject.layout will trigger IP error "cannot access 'Project.layout' functionality on another project ':'"Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Nov 27 08:49:21 GMT 2025 - 1.4K bytes - Click Count (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/androidhomewarmup/AndroidHomeWarmupPlugin.kt
val extension = project.extensions.create("androidHomeWarmup", AndroidHomeWarmupExtension::class.java).apply { warmupProjectsDirectory.convention(project.layout.buildDirectory.dir("android-home-warmup")) } project.tasks.register("androidHomeWarmup", AndroidHomeWarmupTask::class) { warmupProjectsDirectory.set(extension.warmupProjectsDirectory)Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Nov 27 08:49:21 GMT 2025 - 2.2K bytes - Click Count (0) -
.teamcity/src/main/kotlin/util/AdHocPerformanceScenario.kt
"clean performance:%testProject%PerformanceAdHocTest --tests \"%scenario%\"", "%performance.baselines%", """--warmups %warmups% --runs %runs% --checks %checks% --profiler %profiler% %additional.gradle.parameters%""", os, arch, "%testJavaVersion%",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/configurations/TestPerformanceTest.kt
listOf( "clean", "performance:${testProject}PerformanceAdHocTest", tests.map { """--tests "$it"""" }.joinToString(" "), """--warmups 2 --runs 2 --checks none""", "-PtestJavaVersion=${os.perfTestJavaVersion.major}", "-PtestJavaVendor=${os.perfTestJavaVendor.name.lowercase()}",
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) -
.teamcity/src/main/kotlin/configurations/CompileAll.kt
stage: Stage, ) : OsAwareBaseGradleBuildType(os = Os.LINUX, stage = stage, init = { id(buildTypeId(model)) name = "Compile All" description = "Compiles all production/test source code and warms up the build cache" features { publishBuildStatusToGithub(model) } applyDefaults( model, this,
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Dec 22 07:15:16 GMT 2025 - 1.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessEnv.java
*/ boolean is(String propertyKey); /** * Get the value for the key 'lasta_di.smart.deploy.mode'. <br> * The value is, e.g. warm <br> * comment: The mode of Lasta Di's smart-deploy, should be cool in production (e.g. hot, cool, warm) * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getLastaDiSmartDeployMode(); /**Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Nov 27 07:01:25 GMT 2025 - 9.9K bytes - Click Count (0) -
docs/de/docs/virtual-environments.md
Jetzt sind Sie bereit, mit Ihrem Projekt zu arbeiten. /// tip | Tipp Möchten Sie verstehen, was das alles oben bedeutet? Lesen Sie weiter. 👇🤓 /// ## Warum virtuelle Umgebungen { #why-virtual-environments } Um mit FastAPI zu arbeiten, müssen Sie <a href="https://www.python.org/" class="external-link" target="_blank">Python</a> installieren.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Dec 02 17:32:56 GMT 2025 - 25.4K bytes - Click Count (0)