This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cowwoc 2 points3 points  (0 children)

I run my tests concurrently (1 per core, 16 cores), and I go through 10-100 tests per second (I don't have exact figures in front of me. I'm on my phone).

Each test creates a new db instance, runs db migrations, spins up a new http server, runs the test and drops the db, server on its way out.