ethereum / go-ethereum

Go implementation of the Ethereum protocol
https://geth.ethereum.org
GNU Lesser General Public License v3.0
47.75k stars 20.22k forks source link

When supplying `--bench` and `--debug` flags to `evm` tool, only output trace for a single run instead of every benchmark iteration #30789

Closed jwasinger closed 1 week ago

holiman commented 1 week ago

I don't know... I mean, give it crap combo of commands, you get what you deserve. Might be that the user (who in this case is not a general user, most likely one of us) wants to benchmark the json marshalling. Then it would be annoying to be second-guessed by the code, disabling your tracers.

jwasinger commented 1 week ago

Okay, let's just leave it as-is then.