Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
utaal committed Aug 21, 2024
1 parent 14e2a8b commit ab11077
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions external-repository-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ Baseline for IronKV.

Commit: `2fe4dcdc323b92e93f759cc3e373521366b7f691`

#### Depends on a different version of Verus: https://github.com/verus-lang/verus

Commit: `96957b633471e4d5a6bc267f9bf0e31555e888db`

## Other Verifiers

### Creusot: https://github.com/creusot-rs/creusot
Expand Down
4 changes: 2 additions & 2 deletions milli/experiments.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mkdir -p results
sed -i 's/running_provers_max = ./running_provers_max = 1/' /root/.why3.conf

cd linked-list
python3 oneshot.py > ../results/linked-list-oneshot.tex
python3 oneshot.py > ../results/linked-list-oneshot.txt
python3 repeat.py > ../results/linked-list-repeat.csv

sed -i 's/running_provers_max = ./running_provers_max = 8/' /root/.why3.conf
Expand All @@ -22,7 +22,7 @@ cd ..
sed -i 's/running_provers_max = ./running_provers_max = 1/' /root/.why3.conf

cd doubly-linked-list
python3 oneshot.py > ../results/doubly-linked-list-oneshot.tex
python3 oneshot.py > ../results/doubly-linked-list-oneshot.txt
python3 repeat.py > ../results/doubly-linked-list-repeat.csv
cd ..

0 comments on commit ab11077

Please sign in to comment.