Skip to content

Commit 9f328e4

Browse files
author
github-action-benchmark
committed
add EVM Contract Roundtrip (go) benchmark result for d47195a
1 parent 3b512ae commit 9f328e4

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": 1785761885624,
2+
"lastUpdate": 1785940550869,
33
"repoUrl": "https://github.com/evstack/ev-node",
44
"entries": {
55
"EVM Contract Roundtrip": [
@@ -386,6 +386,54 @@ window.BENCHMARK_DATA = {
386386
"extra": "2 times\n4 procs"
387387
}
388388
]
389+
},
390+
{
391+
"commit": {
392+
"author": {
393+
"email": "jgimeno@gmail.com",
394+
"name": "Jonathan Gimeno",
395+
"username": "jgimeno"
396+
},
397+
"committer": {
398+
"email": "noreply@github.com",
399+
"name": "GitHub",
400+
"username": "web-flow"
401+
},
402+
"distinct": true,
403+
"id": "d47195a6b3e5e4fecb6bbaab1048c03845a93436",
404+
"message": "fix(sync): sync distant P2P data heads by range (#3421)\n\n* fix(sync): sync distant P2P data heads by range\n\n* test(sync): make range sync regression race-safe",
405+
"timestamp": "2026-08-05T16:32:05+02:00",
406+
"tree_id": "3bbd01b20a3a50b3cb0be0bd1981dbd6391ed74c",
407+
"url": "https://github.com/evstack/ev-node/commit/d47195a6b3e5e4fecb6bbaab1048c03845a93436"
408+
},
409+
"date": 1785940545580,
410+
"tool": "go",
411+
"benches": [
412+
{
413+
"name": "BenchmarkEvmContractRoundtrip",
414+
"value": 865639414,
415+
"unit": "ns/op\t28428768 B/op\t 148273 allocs/op",
416+
"extra": "2 times\n4 procs"
417+
},
418+
{
419+
"name": "BenchmarkEvmContractRoundtrip - ns/op",
420+
"value": 865639414,
421+
"unit": "ns/op",
422+
"extra": "2 times\n4 procs"
423+
},
424+
{
425+
"name": "BenchmarkEvmContractRoundtrip - B/op",
426+
"value": 28428768,
427+
"unit": "B/op",
428+
"extra": "2 times\n4 procs"
429+
},
430+
{
431+
"name": "BenchmarkEvmContractRoundtrip - allocs/op",
432+
"value": 148273,
433+
"unit": "allocs/op",
434+
"extra": "2 times\n4 procs"
435+
}
436+
]
389437
}
390438
],
391439
"Block Executor Benchmark": [

0 commit comments

Comments
 (0)