rattler-build icon indicating copy to clipboard operation
rattler-build copied to clipboard

Improve test performance by re-using environments

Open wolfv opened this issue 2 years ago • 0 comments

Currently when adding multiple tests, we create one environment per test. This can be a bit slow, especially when the tests have the same dependencies. For that case, it could be nice to re-use the previously created environments.

wolfv avatar Jan 05 '24 09:01 wolfv