test: reduce hotspot fixture overhead

This commit is contained in:
Peter Steinberger
2026-04-17 02:35:44 +01:00
parent 2cfb660a9b
commit 3a59eddd07
6 changed files with 68 additions and 48 deletions

View File

@@ -1063,7 +1063,7 @@ describe("wildcard peer bindings (peer.id=*)", () => {
describe("binding evaluation cache scalability", () => {
test("does not rescan full bindings after channel/account cache rollover (#36915)", () => {
const bindingCount = 2_205;
const bindingCount = 2_001;
const cfg: OpenClawConfig = {
bindings: Array.from({ length: bindingCount }, (_, idx) => ({
agentId: `agent-${idx}`,