Files
openclaw/test/fixtures/test-parallel.behavior.json
2026-03-22 18:57:44 -07:00

23 lines
734 B
JSON

{
"base": {
"threadPinned": [
{
"file": "src/commands/backup.test.ts",
"reason": "Measured ~16% faster under threads than forks on base config after removing process.chdir() from the test."
},
{
"file": "src/auto-reply/reply/commands-acp/install-hints.test.ts",
"reason": "Measured ~35% faster under threads than forks on base config after removing process.chdir() from the test."
},
{
"file": "src/agents/pi-extensions/compaction-safeguard.test.ts",
"reason": "Measured ~27% faster under threads than forks on base config after removing process.chdir() from the test."
}
]
},
"unit": {
"isolated": [],
"threadPinned": []
}
}