⏱️ Speeding up your Python & Django test suite - ORFIUM

PHOTO EMBED

Fri Aug 23 2024 18:58:01 GMT+0000 (Coordinated Universal Time)

Saved by @fearless

Performance of –parallel
Without --parallel:

> python3 manage.py test --keepdb
...
----------------------------------------------------------------------
Ran 591 tests in 670.560s
 Save
With --parallel (concurrency: 6):

> python3 manage.py test --keepdb --parallel 6
...
----------------------------------------------------------------------
Ran 591 tests in 305.394s
content_copyCOPY

https://www.orfium.com/engineering/speeding-up-your-python-django-test-suite/