Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Reto Achermann <[email protected]>
  • Loading branch information
achreto committed Aug 16, 2024
1 parent df1e6b6 commit 65ba598
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions benchmarks/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# Verified NR Benchmarks

The following benchmarks are used in the evaluation for the paper "Verus: A Practical Foundation for Systems Verification" (SOSP 2024).

## Dependencies

To run the benchmarks, you need to install the following dependencies besides Rust.

```
sudo apt install liburcu-dev libhwloc-dev python3-venv texlive-xetex texlive-fonts-extra
```

Specific libssl version for building Linear Dafny:
Linear Dafny requires a specific version of libssl. You can install this with the follwing command:
```
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
rm -rf libssl1.1_1.1.0g-2ubuntu4_amd64.deb
```

## Running
Expand All @@ -20,7 +25,14 @@ To run the benchmarks run the following command:
bash run_benchmarks.sh
```

This will run three configurations:
1) Verus NR
2) IronSync NR
3) Rust NR (unverified)

Note: for IronSync NR and Rust NR, we use the same codebase as IronSync.

## Results

The results will be stored as a graph. See `nr-results-throughput-vs-cores-numa-fill.pdf`
or `nr-results-throughput-vs-cores-numa-fill.png`
The results will be shown as a graph. See `nr-results-throughput-vs-cores-numa-fill.pdf`
or `nr-results-throughput-vs-cores-numa-fill.png`.

0 comments on commit 65ba598

Please sign in to comment.