# 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 - 6 (= 262,138 users)`

**zk-SNARK Proof**

| zkSNARK Construction |
| -------------------- |
| 2569.2 s             |

**Commitment Proof**

| Benchmark               | Time      |
| ----------------------- | --------- |
| Grand sum opening       | 624.48 ms |
| Grand sum opening (GWC) | 865.42 ms |
| Grand sum verification  | 3.9942 ms |

**User Inclusion Proof**

|                             | Time      |
| --------------------------- | --------- |
| User inclusion opening      | 623.11 ms |
| User inclusion verification | 3.9688 ms |

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://summa.gitbook.io/summa/benchmarks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
