From 5f348a4039426bc34cf2d8918bb571bdb7331308 Mon Sep 17 00:00:00 2001 From: Andrija Date: Tue, 3 Sep 2024 21:25:33 +0200 Subject: [PATCH] fix auctioneer bench --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d684556..1dd1e90 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,12 @@ We have defined six benchmarks to evaluate key areas of the library that should 5. **Benchmark 5: `auctioneer_r1`** - Measures the performance of the auctioneer to compute AV matrix Y given number of bidders and price range - Matches `Table 1` part `(b)` - - Run with ``cargo bench --bench auctioneer`` + - Run with ``cargo bench --bench auctioneer_r1`` 6. **Benchmark 6: `auctioneer_r2`** - Measures the performance of the auctioneer to compute results vector R - Matches `Table 1` part `(c)` - - Run with ``cargo bench --bench auctioneer`` + - Run with ``cargo bench --bench auctioneer_r2``