Conversation
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #1324 +/- ##
==========================================
+ Coverage 76.59% 76.65% +0.05%
==========================================
Files 355 355
Lines 40542 40603 +61
==========================================
+ Hits 31052 31123 +71
+ Misses 9490 9480 -10
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
|
@joshieDo PTAL - I think we'll want to look at all these benches and start unifying the test vector generation code, possibly moving everything over to your "generate snapshot from real data" table |
|
@MegaRedHand I just synced with @joshieDo - this is a good start, he'll take over as he's been revamping all our benches. thank you! |
|
closing for #1497 |
Closes: #1234
This PR adds benchmarks for the merkle stage, both for incremental and clean trie building. Along with this, it moves some functionality from the
MerkleStagetests for generating and inserting account and storage changes togenerators.rsandTestTransaction, respectively.