sbi
sbi copied to clipboard
tests: profiling
The current test suite takes a long time to run, and contains a lot of redundancies. This slows us down a lot in development and integration when ensuring even small changes do not cause any of the tests to fail.
It would be very valuable to go over the existing tests in the suite, and:
- [ ] Profile the tests - which tests are the slowest to run?
- [ ] Are any tests redundant/duplicates?
We can then start removing the redundancies and optimizing the slow tests. Infinite karma for this issue.