Skip to content

Commit 8e0137c

Browse files
committed
docs: include time per proof
1 parent ef65085 commit 8e0137c

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

aggregation_mode/benchmarks.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The step by step to run the benchmarks:
2525

2626
1. Deploy aligned infrastructure locally with `ethereum-package`, see the [guide here](https://github.com/yetanotherco/aligned_layer/blob/testnet/docs/0_internal/ethereum_package.md).
2727
2. Fund a wallet on aligned, for example with rich account number 7:
28+
2829
```shell
2930
# Install aligned cli
3031
make aligned_install_compiling
@@ -82,6 +83,8 @@ time make start_proof_aggregator_gpu_ethereum_package AGGREGATOR=risc0
8283
- **Verification Time**: **4 minutes 56 seconds**
8384
- **Aggregation Time**: **132.93 minutes**
8485
- **Total Time**: **137.87 minutes**
86+
- **Aggregation time per proof**: **2 seconds**
87+
- **Total time per proof**: **2,1 seconds**
8588

8689
---
8790

@@ -96,16 +99,20 @@ time make start_proof_aggregator_gpu_ethereum_package AGGREGATOR=risc0
9699
- **Verification Time**: **33 minutes 45 seconds**
97100
- **Aggregation Time**: **31 minutes 47 seconds**
98101
- **Total Time**: **92 minutes**
102+
- **Aggregation time per proof**: **0,5 seconds**
103+
- **Total time per proof**: **1,4 seconds**
99104

100105
---
101106

102107
## Comparison Summary
103108

104-
| | Risc0 | SP1 |
105-
| ----------------- | ------------ | ------------- |
106-
| Verification Time | 4 min 56 sec | 33 min 45 sec |
107-
| Aggregation Time | 132.93 min | 31 min 47 sec |
108-
| Total Time | 137.87 min | 92 min |
109+
| | Risc0 | SP1 |
110+
| -------------------------- | ------------ | ------------- |
111+
| Verification Time | 4 min 56 sec | 33 min 45 sec |
112+
| Aggregation Time | 132.93 min | 31 min 47 sec |
113+
| Total Time | 137.87 min | 92 min |
114+
| Aggregation Time per Proof | 2 seconds | 0,5 seconds |
115+
| Total Time per Proof | 2,1 seconds | 1,4 seconds |
109116

110-
> **Note**:
117+
> **Note**:
111118
> SP1 longer verification time is due to the big overhead in setting up the prover client to verify the proof when it is fetched.

0 commit comments

Comments
 (0)