It seems to me a very "devious" usage of a test framework, because it does not seem to really deal with tests but more with tasks parallelism.
I would rather develop something specific using threads, asyncio, etc...
In lemoncheesecake, I already saw something that really slows down the project loading. If there are only few spots to optimize with low impact on the code, I'll try to bring some performance improvements.
Nicolas.