mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-22 10:51:11 +00:00
perf(ci): retune cli-runner stripe packing hints from measured runs
Validation run 29487321249 measured stripe 2 at 179s (hint said 110) while stripes 1/3 run light; the index striping concentrates import cost unevenly. Weight the hints accordingly so no compact bin overpacks past the 260s target.
This commit is contained in:
@@ -42,9 +42,9 @@ const COMPACT_GROUP_SECONDS_HINTS = new Map([
|
||||
["agentic-agents-core-auth", 32],
|
||||
["agentic-agents-core-isolated", 10],
|
||||
["agentic-agents-core-models", 66],
|
||||
["agentic-agents-core-runner-cli-1", 110],
|
||||
["agentic-agents-core-runner-cli-2", 110],
|
||||
["agentic-agents-core-runner-cli-3", 110],
|
||||
["agentic-agents-core-runner-cli-1", 60],
|
||||
["agentic-agents-core-runner-cli-2", 190],
|
||||
["agentic-agents-core-runner-cli-3", 60],
|
||||
["agentic-agents-core-runner-commands", 30],
|
||||
["agentic-agents-core-runner-embedded", 20],
|
||||
["agentic-agents-core-runner-sessions", 18],
|
||||
|
||||
Reference in New Issue
Block a user