MQL5-Google-Onedrive/.jules
google-labs-jules[bot] 4308e98e6e Bolt: optimize test automation execution speed
This change removes the ProcessPoolExecutor from scripts/test_automation.py and replaces it with sequential execution.

For the specific workload of this test suite (a few short-lived subprocess calls), the overhead of process creation and IPC in the parallel implementation was significantly higher than the actual work being performed.

Switching to sequential execution:
- Reduces total execution time by ~33% (from ~4.4s to ~2.9s).
- Ensures deterministic and ordered output.
- Simplifies the code and removes unnecessary dependencies.

Measurement:
- Before: ~4.4s
- After: ~2.9s
- Verified with 'time python3 scripts/test_automation.py' in the sandbox.
2026-02-15 17:15:18 +00:00
..
bolt.md Bolt: optimize test automation execution speed 2026-02-15 17:15:18 +00:00
deploy.yml Add dev container setup, cloud deployment configs, and Jules deployment automation 2026-01-19 09:53:30 +07:00