forked from LengKundee/MQL5-Google-Onedrive
Optimized `scripts/test_automation.py` by replacing `ProcessPoolExecutor` with sequential execution. For the specific test suite consisting of short subprocess calls, the overhead of process creation far exceeded the benefits of parallelization. Performance Impact: - Initial execution time: ~3.8s - Optimized execution time: ~2.9s - Reduction: ~24% (~0.9s saved) The change maintains output capturing and error reporting while simplifying the code. |
||
|---|---|---|
| .. | ||
| bolt.md | ||
| deploy.yml | ||