I am currently setting up CI using Cruise Toughtworks Studios, Gallio to run xunit.net facts / tests and ncover 2 to cover code.
I noticed that when launching the code coverage, it binds to one of the four processors that our development server has, and wondered if there is a multi-threaded tester that I could use instead to take advantage of the other 3 cores that are idle ? I had a quick search, but most calls relate to testing multi-threaded code, not multi-threaded testing ...
source share