Skip to content

Commit 856b2f6

Browse files
author
github-action-benchmark
committed
add EVM Contract Roundtrip (go) benchmark result for d208cd0
1 parent 6b1c596 commit 856b2f6

1 file changed

Lines changed: 49 additions & 1 deletion

File tree

dev/bench/data.js

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1781191611643,
2+
"lastUpdate": 1781259772128,
33
"repoUrl": "https://github.com/evstack/ev-node",
44
"entries": {
55
"EVM Contract Roundtrip": [
@@ -194,6 +194,54 @@ window.BENCHMARK_DATA = {
194194
"extra": "2 times\n4 procs"
195195
}
196196
]
197+
},
198+
{
199+
"commit": {
200+
"author": {
201+
"email": "julien@rbrt.fr",
202+
"name": "julienrbrt",
203+
"username": "julienrbrt"
204+
},
205+
"committer": {
206+
"email": "noreply@github.com",
207+
"name": "GitHub",
208+
"username": "web-flow"
209+
},
210+
"distinct": true,
211+
"id": "d208cd0dd1cb0ae86d327710994e83b67ca19d89",
212+
"message": "chore: prep ev-node v1.1.3 (#3353)",
213+
"timestamp": "2026-06-12T12:21:29+02:00",
214+
"tree_id": "7cfc8a1befa03af694cc06c18dee46ebff5bcd75",
215+
"url": "https://github.com/evstack/ev-node/commit/d208cd0dd1cb0ae86d327710994e83b67ca19d89"
216+
},
217+
"date": 1781259767113,
218+
"tool": "go",
219+
"benches": [
220+
{
221+
"name": "BenchmarkEvmContractRoundtrip",
222+
"value": 890636174,
223+
"unit": "ns/op\t29594884 B/op\t 155901 allocs/op",
224+
"extra": "2 times\n4 procs"
225+
},
226+
{
227+
"name": "BenchmarkEvmContractRoundtrip - ns/op",
228+
"value": 890636174,
229+
"unit": "ns/op",
230+
"extra": "2 times\n4 procs"
231+
},
232+
{
233+
"name": "BenchmarkEvmContractRoundtrip - B/op",
234+
"value": 29594884,
235+
"unit": "B/op",
236+
"extra": "2 times\n4 procs"
237+
},
238+
{
239+
"name": "BenchmarkEvmContractRoundtrip - allocs/op",
240+
"value": 155901,
241+
"unit": "allocs/op",
242+
"extra": "2 times\n4 procs"
243+
}
244+
]
197245
}
198246
],
199247
"Block Executor Benchmark": [

0 commit comments

Comments
 (0)