lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



> On 15 Aug 2020, at 20:15, Hugo Musso Gualandi <hgualandi@inf.puc-rio.br> wrote:
> 
> I'm trying to speed up how long it takes for busted to run my test
> suite. I'm getting the impression that it is running all the tests
> sequentially, one after the other... Is there a way to ask busted to
> run multiple tests in parallel, using more than one process or thread?
> Or do I need to improvise by running multiple instances of busted in
> parallel, one for each spec file?
> 
> — Hugo

No luck. You need to work around it for now.

There is a very old branch with some parallel support (using Lanes) but, as said, very, very old

Thijs