Skip to content

Commit

Permalink
fix auctioneer bench
Browse files Browse the repository at this point in the history
  • Loading branch information
akinovak committed Sep 3, 2024
1 parent 2c0f852 commit 5f348a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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``



Expand Down

0 comments on commit 5f348a4

Please sign in to comment.