From a6a4644ea88b5985fd7bcc7eccd9efb5e2d1fbaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Ros?= Date: Thu, 21 Aug 2025 11:28:47 -0700 Subject: [PATCH] Increase Orchard warmup for tiered-compilation --- scenarios/orchard.benchmarks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scenarios/orchard.benchmarks.yml b/scenarios/orchard.benchmarks.yml index 87f8d1306..7919edd3a 100644 --- a/scenarios/orchard.benchmarks.yml +++ b/scenarios/orchard.benchmarks.yml @@ -19,6 +19,8 @@ jobs: arguments: "--urls {{serverScheme}}://{{serverAddress}}:{{serverPort}}" buildFiles: - https://raw.githubusercontent.com/aspnet/Benchmarks/main/NuGet.Config + variables: + warmup: 60 environmentVariables: OrchardCore__OrchardCore_AutoSetup__AutoSetupPath: "" OrchardCore__OrchardCore_AutoSetup__Tenants__0__ShellName: "Default"