Skip to content

Instantly share code, notes, and snippets.

@chfast
Created June 23, 2020 08:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chfast/0ccef5c6e9cfb0abca0a05a6071879f3 to your computer and use it in GitHub Desktop.
Save chfast/0ccef5c6e9cfb0abca0a05a6071879f3 to your computer and use it in GitHub Desktop.
Quick check of evmone performance 0.1.1 vs 0.4.1 and GCC-7 vs GCC-10
Comparing v0.1.1/gcc-7 to v0.1.1/gcc-10
Benchmark Time CPU Time Old Time New CPU Old CPU New
------------------------------------------------------------------------------------------------------------------------------
blake2b_huff/8415nulls_mean -0.0278 -0.0278 1502 1460 1502 1460
blake2b_shifts/8415nulls_mean -0.0415 -0.0415 23791 22804 23790 22803
Comparing v0.1.1/gcc-10 to v0.4.1/gcc-10
Benchmark Time CPU Time Old Time New CPU Old CPU New
------------------------------------------------------------------------------------------------------------------------------
blake2b_huff/8415nulls_mean -0.4181 -0.4181 1460 850 1460 849
blake2b_shifts/8415nulls_mean -0.5721 -0.5721 22804 9757 22803 9756
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment