aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/fuzzer/runners.template
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-23 23:38:24 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-23 23:38:24 -0700
commit66f039b160bf810c9353f1294873adc4857ad293 (patch)
tree931b1a4a4cb981913128bf60c1abae804292949f /templates/tools/fuzzer/runners.template
parentf1eac3c28a2110a8f5cc8ae24d817d66ad5834c4 (diff)
Parallel experiment
Diffstat (limited to 'templates/tools/fuzzer/runners.template')
-rw-r--r--templates/tools/fuzzer/runners.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tools/fuzzer/runners.template b/templates/tools/fuzzer/runners.template
index 26ac7c80df..287bb2acbf 100644
--- a/templates/tools/fuzzer/runners.template
+++ b/templates/tools/fuzzer/runners.template
@@ -35,7 +35,7 @@ template: |
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
- flags="-max_total_time=3600"
+ flags="-max_total_time=3600 -jobs=20 -workers=20"
if [ "$config" == "asan-trace-cmp" ]
then
flags="-use_traces=1 $flags"