about summary refs log tree commit diff
path: root/benchmark/benchmark.py
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-11-20 09:30:12 +0100
committervanhauser-thc <vh@thc.org>2023-11-20 09:30:12 +0100
commit91a14598200d6254395a5484fed18de7f13b8326 (patch)
tree345961524e78b91722ddc872a7e7c25311e7b0bf /benchmark/benchmark.py
parent444ddb2d09166411fe5eefcdf1cf0861f594aca2 (diff)
downloadafl++-91a14598200d6254395a5484fed18de7f13b8326.tar.gz
update
Diffstat (limited to 'benchmark/benchmark.py')
-rwxr-xr-x[-rw-r--r--]benchmark/benchmark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py
index 85dc7fd3..b3d55f21 100644..100755
--- a/benchmark/benchmark.py
+++ b/benchmark/benchmark.py
@@ -64,7 +64,7 @@ env_vars = {
 parser = argparse.ArgumentParser(formatter_class=argparse.ArgumentDefaultsHelpFormatter)
 parser.add_argument("-b", "--basedir", help="directory to use for temp files", type=str, default="/tmp/aflpp-benchmark")
 parser.add_argument("-d", "--debug", help="show verbose debugging output", action="store_true")
-parser.add_argument("-r", "--runs", help="how many runs to average results over", type=int, default=2)
+parser.add_argument("-r", "--runs", help="how many runs to average results over", type=int, default=3)
 parser.add_argument("-f", "--fuzzers", help="how many afl-fuzz workers to use", type=int, default=cpu_count)
 parser.add_argument("-m", "--mode", help="pick modes", action="append", default=modes, choices=modes)
 parser.add_argument("-c", "--comment", help="add a comment about your setup", type=str, default="")