Compare commits

..

4 Commits

Author SHA1 Message Date
2454f8d316 update revs 2025-08-18 12:37:08 +00:00
77b94213a9 update 2025-08-18 08:59:01 +00:00
4314103038 update revs 2025-08-16 08:16:39 +00:00
009469766c AE++ 2025-08-16 07:57:08 +00:00
4 changed files with 6 additions and 4 deletions

2
AE.md
View File

@ -57,6 +57,8 @@ nix develop # or nix-shell for older Nix versions
```bash ```bash
git clone --recursive https://git.cs.tu-dortmund.de/alwin.berger/FRET git clone --recursive https://git.cs.tu-dortmund.de/alwin.berger/FRET
cd FRET cd FRET
git checkout RTSS25-AE
git submodule update --init
``` ```
2. See [Docker/README.md](Docker/README.md) 2. See [Docker/README.md](Docker/README.md)

@ -1 +1 @@
Subproject commit 24bba6bde09c45f037c72e8804d5f6867b8d0531 Subproject commit e1179c292dfb5612c8cb7c52f98aac4c8f0371e2

2
LibAFL

@ -1 +1 @@
Subproject commit 36bd06cb99e6fb825519774e6d6db4d40f747bb6 Subproject commit 25d598f30b342706e63fc2f0b17388c2824ef17f

View File

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