NREL / OpenStudio-measure-tester-gem

Other
3 stars 0 forks source link

Make tests run in parallel #33

Open jmarrec opened 5 years ago

jmarrec commented 5 years ago

It would be awesome to have it run in parallel.

I ran tests for nrel_published/ and notice it's using only one thread. Total runtime with a debug build of openstudio was upwards of 2hours.

nllong commented 5 years ago

I think there is a library that make this happen.

https://semaphoreci.com/docs/running-minitest-tests-in-threads.html. I'm sure there are others..

DavidGoldwasser commented 5 years ago

@macumber if we could get this in 2.9.0 it would help our CI a lot.