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