Skip to content

Commit

Permalink
Nits 2
Browse files Browse the repository at this point in the history
  • Loading branch information
claucece committed May 22, 2024
1 parent a232040 commit f5c9f9a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ ELEMENT_SIZE_BITS=8192 # 2**13 (the size of each element in bits)
PLAINTEXT_SIZE_EXP=10 (the size of each plaintext element: determines w of a DB: the size of the rows)
NUM_SHARDS=8
DB=true (if the offline steps will be bechmarked: these steps are very slow)
KV=true (if you want to execute the keyword-based PIR or else the index-based)
```

Expand Down Expand Up @@ -131,6 +132,16 @@ In order to run the benchmarks for Table 4 (index-based PIR with FrodoPIR), one
make bench-index-all #For lines 11-13
```

Note that those directions take a long time as they execute the offline steps as well.

One can run the following to omit the offline steps:

```
make bench-index-20
make bench-index-14
make bench-index-17
```

---

If all benches build and run correctly, you should see an `Finished ... benchmarks` under them.
Expand Down

0 comments on commit f5c9f9a

Please sign in to comment.