Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@
- [Namada](./integration/namada.md)

- [References](./appendix/references.md)
- [Benchmarks](./appendix/benchmarks.md)
28 changes: 28 additions & 0 deletions docs/src/appendix/benchmarks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Benchmarks

Indicative single-run timings and preprocessed data sizes for the three main `zair` commands.

## Hardware

- **CPU:** AMD Ryzen 9 3900X (12 cores / 24 threads)
- **Memory:** 32 GiB DDR4-2666
- **Disk:** Samsung SSD 970 EVO Plus

## Results

| Command | Time | Notes |
| -------- | -------- | -------------------------------------- |
| `setup` | 24m 25s | Sapling + Orchard parameter generation |
| `claim` | 25s | 2 claims total (1 Sapling, 1 Orchard) |
| `verify` | 1.4s | 2 claims total (1 Sapling, 1 Orchard) |

## Preprocessed Data Size

Measured at block height `3319090`.

| File | Size |
| --------------------- | -------- |
| `snapshot-sapling.bin` | 67.4 MB |
| `snapshot-orchard.bin` | 1.6 GB |
| `gaptree-sapling.bin` | 134.8 MB |
| `gaptree-orchard.bin` | 3.2 GB |
Loading