CIFASIS / QuickFuzz

An experimental grammar fuzzer in Haskell using QuickCheck
http://QuickFuzz.org
GNU General Public License v3.0
199 stars 45 forks source link

Parallel value generation and testing #4

Closed gaa-cifasis closed 9 years ago

martinceresa commented 9 years ago

Basic parallelism. It could be activated with "-p" flag. Example:

Quickfuzz Gif "giffix @@" -p -a zzuf -s 300 -t 100

Note: By default tries to use all procs minus 1, and multiplies the cases... In the example it is going to generate and test 100xPROCS cases.