Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/evm: Rework execution stats #20792

Merged
merged 1 commit into from
Apr 1, 2020
Merged

Commits on Mar 31, 2020

  1. cmd/evm: Rework execution stats

    - Dump stats also for --bench flag.
    - From memory stats only show number and size of allocations. This is what `test -bench` shows. I doubt others like number of GC runs are any useful, but can be added if requested.
    - Now the mem stats are for single execution in case of --bench.
    chfast committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    3cf8171 View commit details
    Browse the repository at this point in the history