Test Improvements + Test Analysis
Tests run at the beginning of the project using pytest2
- Memory usage - 660 MB
- Time taken - 390.32 secs
Tests run after first week of project using pytest2
- Memory usage - 578 MB
- Time taken - 254 secs
Tests run with current code using pytest2
- Memory usage - 390 MB
- Time taken - 185 secs
[Speed]
0.47 x T, i.e. tests are 2.10 times faster when run using pytest2
- T - time taken to run the test previously.
[Memory usage]
- Memory usage reduced by 40% of previous memory usage when run using pytest2.