sbi icon indicating copy to clipboard operation
sbi copied to clipboard

tests: profiling

Open gmoss13 opened this issue 9 months ago • 0 comments

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.

gmoss13 avatar Mar 12 '25 18:03 gmoss13