mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 02:30:56 +00:00
This commit replaces the `ProcessPoolExecutor` in `scripts/test_automation.py` with sequential execution. For this small suite of short-lived tests, the overhead of process creation and IPC (~1.2s) significantly outweighed the benefits of parallelization. Impact: - Reduces test suite execution time from ~4.1s to ~2.9s (~30% speedup). - Simplifies code and improves output determinism. - Maintains output capturing and error handling integrity. |
||
|---|---|---|
| .. | ||
| bolt.md | ||
| deploy.yml | ||