Skip to content

Commit

Permalink
Update benchmark times
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyadedher committed Dec 17, 2022
1 parent fcbce9c commit aad8de9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

evm-bench makes it easy to compare EVM performance in a scalable, standardized, and portable way.

| | evmone | revm | akula | pyrevm | geth | py-evm.pypy | py-evm.cpython | ethereumjs |
| ----------------------- | ------ | ------ | ----- | ------- | ------- | ----------- | -------------- | ---------- |
| **sum** | 65.8ms | 91.6ms | 101ms | 189.4ms | 232.4ms | 6.6694s | 24.0542s | 146.1274s |
| **relative** | 1.00x | 1.39x | 1.54x | 2.88x | 3.53x | 101x | 366x | 2220x |
| | | | | | | | | |
| erc20.approval-transfer | 7ms | 10ms | 10ms | 16.6ms | 17ms | 399.6ms | 1.386s | 2.064s |
| erc20.mint | 5ms | 6.4ms | 7ms | 14.4ms | 17.4ms | 366.8ms | 1.398s | 3.1866s |
| erc20.transfer | 9.6ms | 11.4ms | 12ms | 22.4ms | 24.6ms | 430.8ms | 2.0182s | 3.7024s |
| snailtracer | 42ms | 60ms | 68ms | 125ms | 161ms | 5.148s | 17.3s | 134.648s |
| ten-thousand-hashes | 2.2ms | 3.8ms | 4ms | 11ms | 12.4ms | 324.2ms | 1.952s | 2.5264s |
| | evmone | revm | pyrevm | geth | py-evm.pypy | py-evm.cpython | ethereumjs |
| ----------------------- | ------ | ------ | ------ | ------ | ----------- | -------------- | ---------- |
| **sum** | 66ms | 84.8ms | 194ms | 235ms | 7.201s | 19.0886s | 146.3218s |
| **relative** | 1.000x | 1.285x | 2.939x | 3.561x | 109.106x | 289.221x | 2216.997x |
| | | | | | | | |
| erc20.approval-transfer | 7ms | 9.6ms | 16.2ms | 17ms | 425.2ms | 1.13s | 2.0006s |
| erc20.mint | 5ms | 6.4ms | 14.8ms | 17.2ms | 334ms | 1.1554s | 3.1352s |
| erc20.transfer | 8.6ms | 11.6ms | 22.8ms | 24.6ms | 449.2ms | 1.6172s | 3.6564s |
| snailtracer | 43ms | 53ms | 128ms | 163ms | 5.664s | 13.675s | 135.059s |
| ten-thousand-hashes | 2.4ms | 4.2ms | 12.2ms | 13.2ms | 328.6ms | 1.511s | 2.4706s |

To reproduce these results, check out [usage with the evm-bench suite below](#with-the-evm-bench-suite).

Expand Down

0 comments on commit aad8de9

Please sign in to comment.