This commit is contained in:
Alwin Berger 2025-08-18 08:59:01 +00:00
parent 4314103038
commit 77b94213a9
2 changed files with 3 additions and 3 deletions

2
LibAFL

@ -1 +1 @@
Subproject commit f63f8d11ff6d2c3809c1907310e3bcc8a9a1c9af
Subproject commit a7e00004b2664d6b0d4f3eb8659c4b86f5044701

View File

@ -63,8 +63,8 @@ export BENCHDIR="eval_$(date -I)"
# Reproduce the evals in the paper e.g.
snakemake --cores 64 eval_bytes eval_int eval_full waters_multi
# plot the resutls
sh plot_all_benchmarks.sh
snakemake -c20 plot_benchmarks
# See images in $BENCHDIR
sh plot_all_traces.sh
snakemake -c20 plot_traces
# See HTML files in $BENCHDIR/timedump/*/ for traces of the worst cases
```