Skip to content

Commit 1f41cd3

Browse files
author
github-action-benchmark
committed
add EVM Contract Roundtrip (go) benchmark result for d76e0df
1 parent 04ed4bb commit 1f41cd3

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": 1785940553433,
2+
"lastUpdate": 1786430543117,
33
"repoUrl": "https://github.com/evstack/ev-node",
44
"entries": {
55
"EVM Contract Roundtrip": [
@@ -434,6 +434,54 @@ window.BENCHMARK_DATA = {
434434
"extra": "2 times\n4 procs"
435435
}
436436
]
437+
},
438+
{
439+
"commit": {
440+
"author": {
441+
"email": "marko@baricevic.me",
442+
"name": "Marko",
443+
"username": "tac0turtle"
444+
},
445+
"committer": {
446+
"email": "noreply@github.com",
447+
"name": "GitHub",
448+
"username": "web-flow"
449+
},
450+
"distinct": true,
451+
"id": "d76e0dfcb0ffa3384d875fa2538eeb9a5321b335",
452+
"message": "chore: changelog v1.2.3 (#3426)",
453+
"timestamp": "2026-08-11T08:39:41+02:00",
454+
"tree_id": "d354edd2c8bdd8968045c19690a04369e2277d8f",
455+
"url": "https://github.com/evstack/ev-node/commit/d76e0dfcb0ffa3384d875fa2538eeb9a5321b335"
456+
},
457+
"date": 1786430538331,
458+
"tool": "go",
459+
"benches": [
460+
{
461+
"name": "BenchmarkEvmContractRoundtrip",
462+
"value": 891080026,
463+
"unit": "ns/op\t31877412 B/op\t 179066 allocs/op",
464+
"extra": "2 times\n4 procs"
465+
},
466+
{
467+
"name": "BenchmarkEvmContractRoundtrip - ns/op",
468+
"value": 891080026,
469+
"unit": "ns/op",
470+
"extra": "2 times\n4 procs"
471+
},
472+
{
473+
"name": "BenchmarkEvmContractRoundtrip - B/op",
474+
"value": 31877412,
475+
"unit": "B/op",
476+
"extra": "2 times\n4 procs"
477+
},
478+
{
479+
"name": "BenchmarkEvmContractRoundtrip - allocs/op",
480+
"value": 179066,
481+
"unit": "allocs/op",
482+
"extra": "2 times\n4 procs"
483+
}
484+
]
437485
}
438486
],
439487
"Block Executor Benchmark": [

0 commit comments

Comments
 (0)