Skip to content

Commit

Permalink
getting the pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
utaal committed Aug 20, 2024
1 parent 0380207 commit 0749d38
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions site/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,12 @@ python3 plot_verif_comparison.py results 8192
This command will produce a PDF at `verified-storage/artifact_eval/experiment/results.pdf` with a
graph resembling Figure 13.

You can copy the pdf to the host with (enter `ubuntu` when prompted for a password):

```
scp -P 2222 ubuntu@localhost:/home/ubuntu/verified-storage/artifact_eval/experiment/results.pdf .
```

We expect the general pattern in the graph generated from these instructions to remain the same as
that in the graph in the paper: PMDK and the latest verified version have similar throughput on all
workloads, whereas the initial verified log has lower throughput due to its higher serialization
Expand Down

0 comments on commit 0749d38

Please sign in to comment.