Skip to content

Commit 8a0c5df

Browse files
author
github-action-benchmark
committed
add Block Executor Benchmark (go) benchmark result for cca63ca
1 parent c868d75 commit 8a0c5df

1 file changed

Lines changed: 99 additions & 1 deletion

File tree

dev/bench/data.js

Lines changed: 99 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1788270486580,
2+
"lastUpdate": 1788270489528,
33
"repoUrl": "https://github.com/evstack/ev-node",
44
"entries": {
55
"EVM Contract Roundtrip": [
@@ -51,6 +51,104 @@ window.BENCHMARK_DATA = {
5151
}
5252
]
5353
}
54+
],
55+
"Block Executor Benchmark": [
56+
{
57+
"commit": {
58+
"author": {
59+
"email": "marko@baricevic.me",
60+
"name": "Marko",
61+
"username": "tac0turtle"
62+
},
63+
"committer": {
64+
"email": "noreply@github.com",
65+
"name": "GitHub",
66+
"username": "web-flow"
67+
},
68+
"distinct": true,
69+
"id": "cca63ca2a26cb19d24e9d81b113d3555fc6fbe3d",
70+
"message": "fix(node): fail closed during sequencer recovery (#3443)\n\n* fix(node): fail closed during sequencer recovery\n\n* fix(sync): retry P2P init throughout catchup recovery\n\nDo not abandon P2P initialization after the 30s Start timeout when\ncatchup recovery requires continuity. Keep retrying in the background\nso P2PInitialized can still flip during waitForCatchup, and include\nreadiness flags in the timeout error.",
71+
"timestamp": "2026-09-01T15:44:15+02:00",
72+
"tree_id": "a89aff0a7b0aa7649af35452f73427995b03f92a",
73+
"url": "https://github.com/evstack/ev-node/commit/cca63ca2a26cb19d24e9d81b113d3555fc6fbe3d"
74+
},
75+
"date": 1788270488677,
76+
"tool": "go",
77+
"benches": [
78+
{
79+
"name": "BenchmarkProduceBlock/empty_batch",
80+
"value": 35478,
81+
"unit": "ns/op\t 4841 B/op\t 51 allocs/op",
82+
"extra": "33741 times\n4 procs"
83+
},
84+
{
85+
"name": "BenchmarkProduceBlock/empty_batch - ns/op",
86+
"value": 35478,
87+
"unit": "ns/op",
88+
"extra": "33741 times\n4 procs"
89+
},
90+
{
91+
"name": "BenchmarkProduceBlock/empty_batch - B/op",
92+
"value": 4841,
93+
"unit": "B/op",
94+
"extra": "33741 times\n4 procs"
95+
},
96+
{
97+
"name": "BenchmarkProduceBlock/empty_batch - allocs/op",
98+
"value": 51,
99+
"unit": "allocs/op",
100+
"extra": "33741 times\n4 procs"
101+
},
102+
{
103+
"name": "BenchmarkProduceBlock/single_tx",
104+
"value": 36101,
105+
"unit": "ns/op\t 5045 B/op\t 55 allocs/op",
106+
"extra": "33216 times\n4 procs"
107+
},
108+
{
109+
"name": "BenchmarkProduceBlock/single_tx - ns/op",
110+
"value": 36101,
111+
"unit": "ns/op",
112+
"extra": "33216 times\n4 procs"
113+
},
114+
{
115+
"name": "BenchmarkProduceBlock/single_tx - B/op",
116+
"value": 5045,
117+
"unit": "B/op",
118+
"extra": "33216 times\n4 procs"
119+
},
120+
{
121+
"name": "BenchmarkProduceBlock/single_tx - allocs/op",
122+
"value": 55,
123+
"unit": "allocs/op",
124+
"extra": "33216 times\n4 procs"
125+
},
126+
{
127+
"name": "BenchmarkProduceBlock/100_txs",
128+
"value": 42687,
129+
"unit": "ns/op\t 10347 B/op\t 55 allocs/op",
130+
"extra": "28250 times\n4 procs"
131+
},
132+
{
133+
"name": "BenchmarkProduceBlock/100_txs - ns/op",
134+
"value": 42687,
135+
"unit": "ns/op",
136+
"extra": "28250 times\n4 procs"
137+
},
138+
{
139+
"name": "BenchmarkProduceBlock/100_txs - B/op",
140+
"value": 10347,
141+
"unit": "B/op",
142+
"extra": "28250 times\n4 procs"
143+
},
144+
{
145+
"name": "BenchmarkProduceBlock/100_txs - allocs/op",
146+
"value": 55,
147+
"unit": "allocs/op",
148+
"extra": "28250 times\n4 procs"
149+
}
150+
]
151+
}
54152
]
55153
}
56154
}

0 commit comments

Comments
 (0)