Compare commits

..

No commits in common. "RTSS25-AE" and "master" have entirely different histories.

4 changed files with 4 additions and 6 deletions

2
AE.md
View File

@ -57,8 +57,6 @@ 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 e1179c292dfb5612c8cb7c52f98aac4c8f0371e2 Subproject commit 24bba6bde09c45f037c72e8804d5f6867b8d0531

2
LibAFL

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

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
snakemake -c20 plot_benchmarks sh plot_all_benchmarks.sh
# See images in $BENCHDIR # See images in $BENCHDIR
snakemake -c20 plot_traces sh plot_all_traces.sh
# See HTML files in $BENCHDIR/timedump/*/ for traces of the worst cases # See HTML files in $BENCHDIR/timedump/*/ for traces of the worst cases
``` ```