ver2.01a
This release introduces support for worker pools. Unlike the previous versions that executed all tests simultaneously, now you can specify how many instances of your application do you want to test in parallel. We also have a progress bar now!
Changelog:
- Added
-j
flag to specify the number of worker threads to use - Added:
-j
flag's default value is the number of available cores on user's CPU - Added progress bar
- Added
--no-progress
option to disable progress bar - Added ability to pass command-line arguments to the target executable (handy for interpreted languages)
- Added target executable look-up in PATH (disable by writing
./my.exe
instead ofmy
ormy.exe
) - Fixed: spawned processes are killed if exceed time limit