https://github.com/astarnetwork/benchmark-evm-wasm
https://github.com/astarnetwork/benchmark-evm-wasm
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/astarnetwork/benchmark-evm-wasm
- Owner: AstarNetwork
- Created: 2023-10-13T13:40:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T15:46:04.000Z (over 2 years ago)
- Last Synced: 2024-04-14T01:58:36.814Z (about 2 years ago)
- Language: TypeScript
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WASM EVM Benchmarking
### 1. build contracts
```shell
chmod +x ./compile.sh
./compile.sh
```
### 2. run Benchmarks
Ensure a node is running!
```shell
yarn
yarn bench
```