Closed
Description
We have recently added the --slowest N
feature to mix test
but the first tests to run will always be the slowest because they also need to load the code they are invoking.
One possible solution for this problem is to preload the modules in the loaded applications. We can make it either generic (a flag on app.start) or specific to mix test --slowest N
.