laravel.io icon indicating copy to clipboard operation
laravel.io copied to clipboard

Improve testing speed

Open driesvints opened this issue 1 year ago • 1 comments

For some reason, our test suite is super slow. We should look into this and try to decrease memory usage and speed it up.

Parallel run:

  Tests:    316 passed (785 assertions)
  Duration: 13.64s
  Parallel: 10 processes

Regular run:

  Tests:    316 passed (785 assertions)
  Duration: 96.30s

driesvints avatar Dec 29 '23 10:12 driesvints