Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
2454f8d316 | |||
77b94213a9 | |||
4314103038 | |||
009469766c |
2
AE.md
2
AE.md
@ -57,6 +57,8 @@ nix develop # or nix-shell for older Nix versions
|
||||
```bash
|
||||
git clone --recursive https://git.cs.tu-dortmund.de/alwin.berger/FRET
|
||||
cd FRET
|
||||
git checkout RTSS25-AE
|
||||
git submodule update --init
|
||||
```
|
||||
|
||||
2. See [Docker/README.md](Docker/README.md)
|
||||
|
2
FreeRTOS
2
FreeRTOS
@ -1 +1 @@
|
||||
Subproject commit 24bba6bde09c45f037c72e8804d5f6867b8d0531
|
||||
Subproject commit e1179c292dfb5612c8cb7c52f98aac4c8f0371e2
|
2
LibAFL
2
LibAFL
@ -1 +1 @@
|
||||
Subproject commit 36bd06cb99e6fb825519774e6d6db4d40f747bb6
|
||||
Subproject commit 25d598f30b342706e63fc2f0b17388c2824ef17f
|
@ -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
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user