From 77b94213a9b8d6762a619701d28a4df08397ae57 Mon Sep 17 00:00:00 2001 From: Alwin Berger Date: Mon, 18 Aug 2025 08:59:01 +0000 Subject: [PATCH] update --- LibAFL | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LibAFL b/LibAFL index f63f8d1..a7e0000 160000 --- a/LibAFL +++ b/LibAFL @@ -1 +1 @@ -Subproject commit f63f8d11ff6d2c3809c1907310e3bcc8a9a1c9af +Subproject commit a7e00004b2664d6b0d4f3eb8659c4b86f5044701 diff --git a/README.md b/README.md index c05c2bb..6b2faf8 100644 --- a/README.md +++ b/README.md @@ -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 ``` \ No newline at end of file