test: add future strict startup benchmark case

This commit is contained in:
Shakker
2026-04-28 08:06:27 +01:00
parent dbab162abd
commit 290c7ab848

View File

@@ -133,6 +133,16 @@ const GATEWAY_CASES: readonly GatewayBenchCase[] = [
pluginCount: 50,
config: BASE_CONFIG,
},
{
id: "fiftyPluginsFutureStrict",
name: "gateway, 50 manifest plugins with legacy startup fallback disabled",
env: {
OPENCLAW_DISABLE_LEGACY_IMPLICIT_STARTUP_SIDECARS: "1",
OPENCLAW_SKIP_CHANNELS: "1",
},
pluginCount: 50,
config: BASE_CONFIG,
},
{
id: "fiftyStartupLazyPlugins",
name: "gateway, 50 startup-lazy manifest plugins",