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