plugeth/cmd/evm
Paweł Bylica 49cf000df7 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.
2019-12-18 09:43:18 +01:00
..
internal/compiler asm: remove unused parameter for function Lex (#18058) 2019-03-14 10:35:55 +01:00
compiler.go Revert "cmd/evm: change error msg output to stderr (#17118)" 2018-08-01 19:09:08 +03:00
disasm.go all: simplify s[:] to s where s is a slice (#17673) 2018-09-14 22:07:13 +02:00
main.go cmd/evm: Add --bench flag for benchmarking (#20330) 2019-12-18 09:43:18 +01:00
runner.go cmd/evm: Add --bench flag for benchmarking (#20330) 2019-12-18 09:43:18 +01:00
staterunner.go core/state, cmd/geth: streaming json output for dump command (#15475) 2019-06-24 17:16:44 +03:00