Created
June 23, 2020 08:14
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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