Skip to content

Instantly share code, notes, and snippets.

@chfast
Created September 17, 2019 15:56
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/63fe5a00c30cc028b375d76c93815dd2 to your computer and use it in GitHub Desktop.
Save chfast/63fe5a00c30cc028b375d76c93815dd2 to your computer and use it in GitHub Desktop.
Semi-final evmone 0.1 vs evmone 0.2 performance comparison
Comparing bin/evmone-bench-0.1.1 to ../bench-gcc9/bin/evmone-bench
Benchmark Time CPU Time Old Time New CPU Old CPU New
-------------------------------------------------------------------------------------------------------------------------------
blake2b_huff/analysis -0.3575 -0.3575 41 26 41 26
blake2b_huff/empty -0.3912 -0.3912 66 40 66 40
blake2b_huff/2805nulls -0.4844 -0.4844 569 293 569 293
blake2b_huff/5610nulls -0.4926 -0.4926 1073 545 1073 545
blake2b_huff/8415nulls -0.4904 -0.4904 1551 790 1551 790
blake2b_huff/65536nulls -0.4987 -0.4987 11769 5900 11769 5900
blake2b_shifts/analysis -0.4132 -0.4132 20 12 20 12
blake2b_shifts/2805nulls -0.5631 -0.5631 6995 3057 6995 3057
blake2b_shifts/5610nulls -0.5553 -0.5553 13886 6175 13886 6175
blake2b_shifts/8415nulls -0.5620 -0.5620 20789 9107 20790 9105
blake2b_shifts/65536nulls -0.5592 -0.5592 161772 71304 161773 71303
sha1_divs/analysis -0.2858 -0.2859 4 3 4 3
sha1_divs/empty -0.4197 -0.4197 95 55 95 55
sha1_divs/1351 -0.4444 -0.4445 1934 1074 1934 1074
sha1_divs/2737 -0.4476 -0.4476 3754 2074 3754 2074
sha1_divs/5311 -0.4528 -0.4537 7346 4020 7346 4013
sha1_divs/65536 -0.4552 -0.4580 89642 48836 89644 48587
sha1_shifts/analysis -0.3238 -0.3276 4 3 4 2
sha1_shifts/empty -0.4450 -0.4482 57 32 57 32
sha1_shifts/1351 -0.4644 -0.4683 1139 610 1139 605
sha1_shifts/2737 -0.4701 -0.4740 2214 1173 2213 1164
sha1_shifts/5311 -0.4507 -0.4552 4292 2358 4293 2339
sha1_shifts/65536 -0.4836 -0.4836 52474 27096 52474 27096
weierstrudel/analysis -0.4186 -0.4186 51 30 51 30
weierstrudel/0 -0.1681 -0.1681 302 251 302 251
weierstrudel/1 -0.2046 -0.2046 608 484 608 484
weierstrudel/3 -0.1852 -0.1852 953 777 953 777
weierstrudel/9 -0.1999 -0.2000 1846 1477 1846 1477
weierstrudel/14 -0.2019 -0.2020 2624 2094 2624 2094
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment