Skip to content

Commit c84bf4d

Browse files
author
github-action-benchmark
committed
add EVM Contract Roundtrip (go) benchmark result for e23f9b8
1 parent 5c1a811 commit c84bf4d

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": 1782812538703,
2+
"lastUpdate": 1782894706831,
33
"repoUrl": "https://github.com/evstack/ev-node",
44
"entries": {
55
"EVM Contract Roundtrip": [
@@ -338,6 +338,54 @@ window.BENCHMARK_DATA = {
338338
"extra": "2 times\n4 procs"
339339
}
340340
]
341+
},
342+
{
343+
"commit": {
344+
"author": {
345+
"email": "27022259+auricom@users.noreply.github.com",
346+
"name": "auricom",
347+
"username": "auricom"
348+
},
349+
"committer": {
350+
"email": "noreply@github.com",
351+
"name": "GitHub",
352+
"username": "web-flow"
353+
},
354+
"distinct": true,
355+
"id": "e23f9b86fcd245a2271614dd6a00d6a45ae7b6f2",
356+
"message": "fix: non aggregator readiness (#3376)",
357+
"timestamp": "2026-07-01T10:30:25+02:00",
358+
"tree_id": "3c15cda8c1d497c3158e3abdc50c1c77ef2809be",
359+
"url": "https://github.com/evstack/ev-node/commit/e23f9b86fcd245a2271614dd6a00d6a45ae7b6f2"
360+
},
361+
"date": 1782894701912,
362+
"tool": "go",
363+
"benches": [
364+
{
365+
"name": "BenchmarkEvmContractRoundtrip",
366+
"value": 908138198,
367+
"unit": "ns/op\t29431128 B/op\t 154587 allocs/op",
368+
"extra": "2 times\n4 procs"
369+
},
370+
{
371+
"name": "BenchmarkEvmContractRoundtrip - ns/op",
372+
"value": 908138198,
373+
"unit": "ns/op",
374+
"extra": "2 times\n4 procs"
375+
},
376+
{
377+
"name": "BenchmarkEvmContractRoundtrip - B/op",
378+
"value": 29431128,
379+
"unit": "B/op",
380+
"extra": "2 times\n4 procs"
381+
},
382+
{
383+
"name": "BenchmarkEvmContractRoundtrip - allocs/op",
384+
"value": 154587,
385+
"unit": "allocs/op",
386+
"extra": "2 times\n4 procs"
387+
}
388+
]
341389
}
342390
],
343391
"Block Executor Benchmark": [

0 commit comments

Comments
 (0)