diff --git a/README.md b/README.md index edd9ddf7..995923d6 100644 --- a/README.md +++ b/README.md @@ -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)