diff options
author | vanhauser-thc <vh@thc.org> | 2023-08-16 10:50:07 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-08-16 10:50:07 +0200 |
commit | c2c8e780a5d10fe7500ec9add0aa5b2cb081fe71 (patch) | |
tree | f46f0dde2b7f556c8fe1e13fa245992b1641096f /docs/Changelog.md | |
parent | fd219177c73220637f32c9991ca4d324bb03ea6a (diff) | |
download | afl++-c2c8e780a5d10fe7500ec9add0aa5b2cb081fe71.tar.gz |
add benchmark
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 8f2b2545..b809559e 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -7,6 +7,8 @@ - afl-fuzz: - added `AFL_FINAL_SYNC` which forces a final fuzzer sync (also for `-F`) before terminating. + - added benchmark/benchmark.sh if you want to see how good your fuzzing + speed is in comparison to other setups. ### Version ++4.08c (release) |