tests: external evm benchmarks (#24050)

* tests: add ipsilon/evm-benchmarks git submodule

* tests: plug-in evm-benchmarks
This commit is contained in:
Paweł Bylica
2022-01-28 08:47:19 +01:00
committed by GitHub
parent abd49a6c48
commit 64c53edf83
4 changed files with 127 additions and 0 deletions

4
.gitmodules vendored
View File

@@ -2,3 +2,7 @@
path = tests/testdata
url = https://github.com/ethereum/tests
shallow = true
[submodule "evm-benchmarks"]
path = tests/evm-benchmarks
url = https://github.com/ipsilon/evm-benchmarks
shallow = true