Skip to content

Commit

Permalink
minor fixes to milli
Browse files Browse the repository at this point in the history
  • Loading branch information
utaal committed Aug 21, 2024
1 parent 7db4abd commit 2c904df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion milli/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ docker exec verus-sosp24-milli /bin/bash setup/verifiers.sh

docker exec verus-sosp24-milli /bin/bash experiments.sh $1

docker rm verus-sosp24-milli
6 changes: 6 additions & 0 deletions site/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ cd /mydata/verus-sosp24-artifact/milli
bash run.sh 2
```

When the experiments complete, stop and delete the container:

```shell
docker rm -f verus-sosp24-milli
```

**TODO.** Result plots.

**TODO.** Interpreting results.
Expand Down

0 comments on commit 2c904df

Please sign in to comment.