mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:40:44 +00:00
test: add future strict startup benchmark case
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user