# Benchmarks

Benchmarks ran on an AWS m7a.8xlarge with 32 cores and 128GB RAM. The generics parameters are:&#x20;

* `K = 18`
* `N_CURRENCIES = 175`&#x20;
* `N_USERS = 2^18 - 2 (= 262,142 users)`

**Commitment Prooft**

| Benchmark              | Time      |
| ---------------------- | --------- |
| Grand Sum opening      | 1818.0 s  |
| Grand sum verification | 237.32 ms |

**User Inclusion Proof**

|                             | Time     |
| --------------------------- | -------- |
| User inclusion opening      | 238.5 ms |
| User inclusion verification | 76.39 ms |

To reproduce benchmarks like the one above, please refer to [this](https://github.com/summa-dev/summa-solvency/tree/v3a/prover#benchmarks)
