diff options
author | vanhauser-thc <vh@thc.org> | 2021-07-15 12:42:57 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-07-15 12:43:01 +0200 |
commit | 8a2b140f406acc44bfa48574eb0440cfc92b462f (patch) | |
tree | 764c7d791830d78740d3446abdb5eea1eebd5625 /docs/perf_tips.md | |
parent | c279750689a0e49e722d24a352dd0af28a60e986 (diff) | |
download | afl++-8a2b140f406acc44bfa48574eb0440cfc92b462f.tar.gz |
nits
Diffstat (limited to 'docs/perf_tips.md')
-rw-r--r-- | docs/perf_tips.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/perf_tips.md b/docs/perf_tips.md index 7c14cbbc..9c31e56b 100644 --- a/docs/perf_tips.md +++ b/docs/perf_tips.md @@ -134,7 +134,7 @@ misses, or similar factors, but they are less likely to be a concern.) ## 7. Keep memory use and timeouts in check -Consider setting low values for -m and -t. +Consider setting low values for `-m` and `-t`. For programs that are nominally very fast, but get sluggish for some inputs, you can also try setting `-t` values that are more punishing than what `afl-fuzz` |