forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: update evm-benchmarks (ethereum#26255)
tests: update evm-benchmarks
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule evm-benchmarks
updated
25 files
+12 −10 | Makefile | |
+11 −44 | benchmarks/main/blake2b_huff.json | |
+10 −43 | benchmarks/main/blake2b_shifts.json | |
+11 −44 | benchmarks/main/sha1_divs.json | |
+11 −44 | benchmarks/main/sha1_shifts.json | |
+73 −0 | benchmarks/main/snailtracer.json | |
+73 −0 | benchmarks/main/structarray_alloc.json | |
+97 −0 | benchmarks/main/swap_math.json | |
+10 −43 | benchmarks/main/weierstrudel.json | |
+7 −4 | benchmarks/micro/JUMPDEST_n0.json | |
+7 −4 | benchmarks/micro/jump_around.json | |
+7 −4 | benchmarks/micro/loop_with_many_jumpdests.json | |
+10 −7 | benchmarks/micro/memory_grow_mload.json | |
+10 −7 | benchmarks/micro/memory_grow_mstore.json | |
+8 −5 | benchmarks/micro/signextend.json | |
+3 −0 | circle.yml | |
+41 −39 | evmbench.py | |
+3 −3 | src/main/blake2b_huff.yml | |
+3 −3 | src/main/blake2b_shifts.yml | |
+3 −3 | src/main/sha1_divs.yml | |
+3 −3 | src/main/sha1_shifts.yml | |
+14 −0 | src/main/snailtracer.yml | |
+12 −0 | src/main/structarray_alloc.yml | |
+24 −0 | src/main/swap_math.yml | |
+5 −5 | src/main/weierstrudel.yml |