cmd/evm: Add --bench flag for benchmarking (#20330)
The --bench flag uses the testing.B to execute the EVM bytecode many times and get the average exeuction time out of it.
Showing
Please register or sign in to comment
The --bench flag uses the testing.B to execute the EVM bytecode many times and get the average exeuction time out of it.