| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
test_suite_runner: Optimize test runner scheduling and memory (#3492) * test_suite_runner: Optimize test runner scheduling and memory Replace FixedThreadPool with an atomic task index and isolated per-worker sandboxes. This eliminates thread synchronization locks, removes intermediate heap churn via worker temp arenas, and prevents file collisions. * ensure invalid test directives properly register as test failures * Skip CI on docs-only PR pushes Add a changes gate job using dorny/paths-filter that inspects only the latest push diff (not the full PR diff). All build jobs are skipped when only .md/LICENSE/.gitignore files were changed. Push and workflow_dispatch events always bypass the gate. * fix: iOS simulator startup is slow | 4 天前 |