Skip to content

Commit

Permalink
updated performance table
Browse files Browse the repository at this point in the history
  • Loading branch information
ycryptx committed Dec 5, 2023
1 parent 55d53d7 commit c330eeb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Take your Mina (ZkApp) Rollup to the next level by using cloud compute to parall

## Performance

| Transactions | Duration | Peak Instance Usage |
|------------- |---------- |--------------------- |
| 8 | 11min | 4 |
| 64 | 33min | 22 |
| 256 | 40min | 65 |
| 1000 | 48min | 342 |
| Transactions | Duration (minutes) | Peak Instance Usage (m5.xlarge) | Total # of proofs |
|-------------- |-------------------- |--------------------------------- |------------------- |
| 8 | 11 | 4 | 14 |
| 64 | 33 | 22 | 126 |
| 256 | 40 | 65 | 510 |
| 1024 | 48 | 342 | 2046 |

Instances used are AWS EC2 m5.xlarge (or similar sized instances). Refer [to here](sequencer/src/map-reduce/constants.ts) for the full list of potential instances the Hadoop cluster might use. The tests were conducted on a Zk-Rollup which modifies a single MerkleMap.

Expand Down

0 comments on commit c330eeb

Please sign in to comment.