espl1000 icon indicating copy to clipboard operation
espl1000 copied to clipboard

run testcases in parallel

Open pointbazaar opened this issue 1 year ago • 0 comments

Currently all the tests are run sequentially, which is leaving a lot of performance on the table.

To make it simple, we could run each test in it's own thread.

What's important is that there is still usable information when one of the tests fails. Like for example which test failed.

pointbazaar avatar Sep 07 '24 22:09 pointbazaar