Skip to content

Commit

Permalink
Rename evm directory to evm-engines, update README and Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-dc committed Aug 15, 2020
1 parent f1ed847 commit 437aa2d
Show file tree
Hide file tree
Showing 43 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
all: build_docker_images benchmark notebook

build_evm_engines:
cd evm/geth && docker build . -t ewasm/geth-bench:1
cd evm/parity && docker build . -t ewasm/parity-bench:1
cd evm/evmone && docker build . -t ewasm/evmone-bench:1
cd evm/cita-vm && docker build . -t ewasm/cita-vm-bench:1
cd evm/evmone-evm384 && docker build . -t ewasm/evmone-evm384-bench:1
cd evm-engines/geth && docker build . -t ewasm/geth-bench:1
cd evm-engines/parity && docker build . -t ewasm/parity-bench:1
cd evm-engines/evmone && docker build . -t ewasm/evmone-bench:1
cd evm-engines/cita-vm && docker build . -t ewasm/cita-vm-bench:1
cd evm-engines/evmone-evm384 && docker build . -t ewasm/evmone-evm384-bench:1

build_wasm_engines:
cd wasm-engines && ./build_engines.sh
Expand All @@ -16,7 +16,7 @@ build_scout_engines:
build_docker_images: build_evm_engines build_wasm_engines build_scout_engines

benchmark_evm_engines:
cd evm && \
cd evm-engines && \
./scripts/run_bench.sh

benchmark_scout_engines:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
This repository contains instructions for benchmarking evm implementations, ewasm contracts and standalone wasm modules. Directory descriptions follow.

```
evm/ - contains benchmarks for different evm implementations (geth, parity, cita-vm, evmone)
evm-engines/ - contains benchmarks for different evm implementations (geth, parity, cita-vm, evmone)
ewasm/ - contains benchmarks and tests for ewasm contracts in ewasm engines.
wasm/ - contains benchmarks for wasm modules in standalone wasm engines.
wasm-engines/ - contains benchmarks for wasm modules comparing wasm engines.
```

## EVM

Directory `/evm` contains a list of the current benchmarked evm implementations:
Directory `/evm-engines` contains a list of the current benchmarked evm implementations:

```
evm/
evm-engines/
cita-vm/
evmone/
geth/
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 437aa2d

Please sign in to comment.