-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule evm-benchmarks
updated
18 files
+4 −8 | Makefile | |
+5 −41 | benchmarks/main/blake2b_huff.json | |
+5 −41 | benchmarks/main/blake2b_shifts.json | |
+5 −41 | benchmarks/main/sha1_divs.json | |
+5 −41 | 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 | |
+5 −41 | benchmarks/main/weierstrudel.json | |
+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 |