The current scripts for running benchmarks on EVM implementations are in https://github.com/cdetrio/benchmarking-wasm-ewasm-evm (private repo).
They are based on out-of-tree changes that should be upstreamed to:
Also consider:
Recent results: https://docs.google.com/presentation/d/1MgXd159bmx37Q70Ng_ggHcClcYLafYqrxNEBFKAMqWI/edit#slide=id.g64bd7b8151_0_1
The EVM should accept for benchmarking
From each EVM we need following data:
- Total time of execution
- EVM output (to check correctness)
- gas used
- EVM exception/success status (not strictly needed)
The current scripts for running benchmarks on EVM implementations are in https://github.com/cdetrio/benchmarking-wasm-ewasm-evm (private repo).
They are based on out-of-tree changes that should be upstreamed to:
Also consider:
Recent results: https://docs.google.com/presentation/d/1MgXd159bmx37Q70Ng_ggHcClcYLafYqrxNEBFKAMqWI/edit#slide=id.g64bd7b8151_0_1
The EVM should accept for benchmarking
From each EVM we need following data: