liuggio / fastest

Simple parallel testing execution... with some goodies for functional tests.
MIT License
475 stars 65 forks source link

Add the Windows compatibility for the processor counter #97

Closed francoispluchino closed 7 years ago

francoispluchino commented 7 years ago
Q A
Branch? master
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #1
License MIT
Doc PR ~

This PR add the compatibility Windows to retrieve automatically the number of logical processors.

DonCallisto commented 7 years ago

Hi, I don't know windows that well to be sure that this PR is fine and we can't test it through travis.

BTW this seems a non BC break update so I suppose that is safe to integrate it. What do you think?

francoispluchino commented 7 years ago

It can be integrated safely, and if the analysis does not work, the default value is used.

DonCallisto commented 7 years ago

Thanks @francoispluchino