erigon-pulse/cmd/evm
Paweł Bylica 0ec69b46f0 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.
2020-01-30 13:36:30 +02:00
..
internal/compiler Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
compiler.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
disasm.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
main.go cmd/evm: Add --bench flag for benchmarking (#20330) 2020-01-30 13:36:30 +02:00
runner.go cmd/evm: Add --bench flag for benchmarking (#20330) 2020-01-30 13:36:30 +02:00
staterunner.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00