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
Marius points out the following approach that could optimize some of the benchmark tests:
Call a contract A that calls into contract B
B executes 1024 times the opcode under test
B exits and returns back to A
A loops back and calls into B again
This is already in use, you can check the following cases: