MQL5-Google-Onedrive/.jules
google-labs-jules[bot] 11b114fa32 Bolt: optimize integration test execution speed
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.
2026-02-14 19:08:49 +00:00
..
bolt.md Bolt: optimize integration test execution speed 2026-02-14 19:08:49 +00:00
deploy.yml Add dev container setup, cloud deployment configs, and Jules deployment automation 2026-01-19 09:53:30 +07:00