From b652c9c2ba5712162f48b7e6e5764a852299c00e Mon Sep 17 00:00:00 2001 From: Philipp Jovanovic Date: Wed, 4 Sep 2024 10:14:34 +0200 Subject: [PATCH] readme edits --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e683b29..2ff849e 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,12 @@ There are six microbenchmarks, namely for the computation of the four validity p cargo bench --bench ipa ``` -- **Benchmark 5: Compute AV matrix $Y$ (Table 1b)** +- **Benchmark 5: AV matrix $Y$ (Table 1b)** ``` cargo bench --bench auctioneer_r1 ``` -- **Benchmark 6: Compute results vector $R$ (Table 1c)** +- **Benchmark 6: Results vector $R$ (Table 1c)** ``` cargo bench --bench auctioneer_r2 ```