Skip to content

Commit

Permalink
Add empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly committed May 22, 2024
1 parent 541170b commit c498ac9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,15 @@ This repository contains some specific benchmarks outputs formatted by criterion
* [Simple benchmark](bench.html): Shows proving time for various number of items

![](bench.png)

* Large benchmarks (in [HTML](bench-1000-100000.html) and [CSV](bench-1000-100000.csv)): Run time for all list of items from 1000 to 100000 stepped by 1000. The following picture represents a fraction of that data:

![](bench-1000-100000.png)

* Variance benchmark (in [HTML](bench-5000x10.html) and [CSV](bench-5000x10.csv)): Run time for 10 different list of 5000 items

![](bench-5000x10.png)

* Size of prover input set (in [HTML](bench-size-bound.html) and [CSV](bench-size-bound.csv)): Run time for various values of `size` and `bound` number of items over varying honest ratio ($n_p$)

![](bench-size-bound.png)
Expand Down

0 comments on commit c498ac9

Please sign in to comment.