Skip to content

Commit

Permalink
Fix gas calc
Browse files Browse the repository at this point in the history
  • Loading branch information
forshtat committed Oct 30, 2023
1 parent e2809a7 commit 6762541
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions reports/gas-checker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,27 @@
║ │ │ │ (delta for │ (compared to ║
║ │ │ │ one UserOp) │ account.exec()) ║
╟────────────────────────────────┼───────┼───────────────┼────────────────┼─────────────────────╢
║ simple │ 1 │ 81838 │ │ ║
║ simple │ 1 │ 81945 │ │ ║
╟────────────────────────────────┼───────┼───────────────┼────────────────┼─────────────────────╢
║ simple - diff from previous │ 2 │ │ 4409515081
║ simple - diff from previous │ 2 │ │ 4422615212
╟────────────────────────────────┼───────┼───────────────┼────────────────┼─────────────────────╢
║ simple │ 10 │ 478810 │ │ ║
║ simple │ 10 │ 480000 │ │ ║
╟────────────────────────────────┼───────┼───────────────┼────────────────┼─────────────────────╢
║ simple - diff from previous │ 11 │ │ 4413115117
║ simple - diff from previous │ 11 │ │ 4423815224
╟────────────────────────────────┼───────┼───────────────┼────────────────┼─────────────────────╢
║ simple paymaster │ 1 │ 88109 │ │ ║
║ simple paymaster │ 1 │ 88255 │ │ ║
╟────────────────────────────────┼───────┼───────────────┼────────────────┼─────────────────────╢
║ simple paymaster with diff │ 2 │ │ 4309614082
║ simple paymaster with diff │ 2 │ │ 4320614192
╟────────────────────────────────┼───────┼───────────────┼────────────────┼─────────────────────╢
║ simple paymaster │ 10 │ 476022 │ │ ║
║ simple paymaster │ 10 │ 477410 │ │ ║
╟────────────────────────────────┼───────┼───────────────┼────────────────┼─────────────────────╢
║ simple paymaster with diff │ 11 │ │ 4315514141
║ simple paymaster with diff │ 11 │ │ 4324114227
╟────────────────────────────────┼───────┼───────────────┼────────────────┼─────────────────────╢
║ big tx 5k │ 1 │ 182895 │ │ ║
║ big tx 5k │ 1 │ 183014 │ │ ║
╟────────────────────────────────┼───────┼───────────────┼────────────────┼─────────────────────╢
║ big tx - diff from previous │ 2 │ │ 14459419334
║ big tx - diff from previous │ 2 │ │ 14472519465
╟────────────────────────────────┼───────┼───────────────┼────────────────┼─────────────────────╢
║ big tx 5k │ 10 │ 1484454 │ │ ║
║ big tx 5k │ 10 │ 1485632 │ │ ║
╟────────────────────────────────┼───────┼───────────────┼────────────────┼─────────────────────╢
║ big tx - diff from previous │ 11 │ │ 14461919359
║ big tx - diff from previous │ 11 │ │ 14478619526
╚════════════════════════════════╧═══════╧═══════════════╧════════════════╧═════════════════════╝

0 comments on commit 6762541

Please sign in to comment.