Skip to content

Commit

Permalink
update bech results for sevm v0.6.18
Browse files Browse the repository at this point in the history
  • Loading branch information
cdump committed Jun 27, 2024
1 parent 7cbe2cf commit e59004f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ See [examples](./examples) for more
<td><i>FP <sub>contracts</sub></i></td>
<td>1 🥈</td>
<td>0 🥇</td>
<td>0</td>
<td>0 🥇</td>
<td>75</td>
<td>18</td>
<td>95</td>
Expand All @@ -110,7 +110,7 @@ See [examples](./examples) for more
<td><i>FN <sub>contracts</sub></i></td>
<td>0 🥇</td>
<td>0 🥇</td>
<td>16</td>
<td>0 🥇</td>
<td>40</td>
<td>102</td>
<td>9</td>
Expand All @@ -119,7 +119,7 @@ See [examples](./examples) for more
<td><i>FP <sub>functions</sub></i></td>
<td>192 🥈</td>
<td>0 🥇</td>
<td>0</td>
<td>0 🥇</td>
<td>720</td>
<td>600</td>
<td>749</td>
Expand All @@ -128,7 +128,7 @@ See [examples](./examples) for more
<td><i>FN <sub>functions</sub></i></td>
<td>0 🥇</td>
<td>0 🥇</td>
<td>492</td>
<td>0 🥇</td>
<td>191</td>
<td>113</td>
<td>12</td>
Expand All @@ -137,7 +137,7 @@ See [examples](./examples) for more
<td><i>Time</i></td>
<td>0.6s · 1.6s · 2.1s</td>
<td>2.9s</td>
<td>34.1s<sup>(*)</sup></td>
<td>34.8s<sup>(*)</sup></td>
<td>0.7s</td>
<td>719.9s<sup>(*)</sup></td>
<td>1.7s</td>
Expand All @@ -157,7 +157,7 @@ See [examples](./examples) for more
<td><i>FN <sub>contracts</sub></i></td>
<td>9 🥇</td>
<td>11</td>
<td>172</td>
<td>85</td>
<td>2903</td>
<!-- -->
<td>77</td>
Expand All @@ -175,7 +175,7 @@ See [examples](./examples) for more
<td><i>FN <sub>functions</sub></i></td>
<td>10 🥇</td>
<td>12</td>
<td>4519</td>
<td>1759</td>
<td>3538</td>
<!-- -->
<td>96</td>
Expand All @@ -184,7 +184,7 @@ See [examples](./examples) for more
<td><i>Time</i></td>
<td>9.8s · 20.2s · 39s</td>
<td>55.9s</td>
<td>1558s<sup>(*)</sup></td>
<td>1343s<sup>(*)</sup></td>
<td>11.5s</td>
<!-- -->
<td>47.9s</td>
Expand Down Expand Up @@ -231,7 +231,7 @@ See [examples](./examples) for more
<td><i>Time</i></td>
<td>0.4s · 0.8s · 1.2s</td>
<td>2.1s</td>
<td>54.2s<sup>(*)</sup></td>
<td>55.1s<sup>(*)</sup></td>
<td>0.4s</td>
<td>16.4s<sup>(*)</sup></td>
<td>1.1s</td>
Expand Down Expand Up @@ -294,7 +294,7 @@ See [examples](./examples) for more

See [benchmark/README.md](./benchmark/) for the methodology and commands to reproduce these results

<i>versions: evmole v0.3.6; <a href="https://github.com/shazow/whatsabi">whatsabi</a> v0.12.0; <a href="https://github.com/acuarica/evm">sevm</a> v0.6.17; <a href="https://github.com/g00dv1n/evm-hound-rs">evm-hound-rs</a> v0.1.4; <a href="https://github.com/Jon-Becker/heimdall-rs">heimdall-rs</a> v0.7.3</i>
<i>versions: evmole v0.3.6; <a href="https://github.com/shazow/whatsabi">whatsabi</a> v0.12.0; <a href="https://github.com/acuarica/evm">sevm</a> v0.6.18; <a href="https://github.com/g00dv1n/evm-hound-rs">evm-hound-rs</a> v0.1.4; <a href="https://github.com/Jon-Becker/heimdall-rs">heimdall-rs</a> v0.7.3</i>

<sup>(*)</sup>: <b>sevm</b> and <b>heimdall-rs</b> are full decompilers, not limited to extracting function selectors

Expand Down
2 changes: 1 addition & 1 deletion benchmark/providers/sevm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

FROM node:22
WORKDIR /app
RUN npm install [email protected].17
RUN npm install [email protected].18
COPY main.mjs /app
ENTRYPOINT ["node", "/app/main.mjs"]

0 comments on commit e59004f

Please sign in to comment.