Skip to content

ver2.01a

Compare
Choose a tag to compare
@kuredoro kuredoro released this 02 Oct 13:42
· 114 commits to main since this release

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 of my or my.exe)
  • Fixed: spawned processes are killed if exceed time limit