Closed IvanNardi closed 6 months ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
What features are not support by now?
Not more limitations, AFAIK!
Just out of curiosity: What features aren't supported by the current parallels approach?
Just out of curiosity: What features aren't supported by the current parallels approach?
There shouldn't be any (with the last version). I updated the message commit
Running unit tests is quite a bottleneck while developing or while waiting for GitHub CI results... Try to run the tests in parallel, using the
parallel
tool.By default, tests still run one after the other, as usual; to enable parallel execution you need
NDPI_FORCE_PARALLEL_UTESTS=1 ./tests/do.sh
Please note that the output is quite different in parallel mode!
A big part of the script has been rewritten to avoid code duplication between "serial" and "parallel" path
On my notebook: