You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: add traces and histograms to avm simulator (#10233)
Add a histogram for tracking the gas/second of avm enqueued call
simulations.
Assert that we are above 2.5 Mgas/second in the public transfer test.
Also some traces at the enqueued call level.
See graph attached. Interestingly, `transfer_in_public` sits constantly
around 5.5 Mgas/s, but `total_supply` was the worst at around 3 Mgas/s.
<img width="957" alt="Screenshot 2024-11-26 at 21 17 50"
src="https://github.com/user-attachments/assets/2f99546c-77e3-47a4-8faf-622e9ac6b9b0">
fix#10145fix#10146
0 commit comments