mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-24 16:32:29 +00:00
23 lines
734 B
JSON
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": []
|
|
}
|
|
}
|