Skip to content

Commit

Permalink
docs: bench w/ 10 blobs for verify batched kzg proof (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWOLAND authored Aug 22, 2024
2 parents 27a5999 + bb33fa4 commit 2a928c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/writing-programs/patched-crates.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ This patch significantly improves the performance of BLS12-381 operations, makin
| Test | Unpatched Cycles | Patched Cycles | Improvement (x faster) |
| -------------------------------------- | ---------------- | -------------- | ---------------------- |
| Verify blob KZG proof | 265,322,934 | 27,166,173 | 9.77x |
| Verify blob KZG proof batch | 265,520,001 | 27,363,240 | 9.70x |
| Verify blob KZG proof batch (10 blobs) | 1,228,277,089 | 196,571,578 | 6.25x |
| Evaluate polynomial in evaluation form | 90,717,711 | 59,370,556 | 1.53x |
| Compute challenge | 63,400,511 | 57,341,532 | 1.11x |
| Verify KZG proof | 212,708,597 | 9,390,640 | 22.65x |
Expand Down

0 comments on commit 2a928c0

Please sign in to comment.