Skip to content

Commit 95964c6

Browse files
author
github-action-benchmark
committed
add Block Executor Benchmark (go) benchmark result for 5ee6483
1 parent 28e48e3 commit 95964c6

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": 1779646991897,
2+
"lastUpdate": 1779646994325,
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": "caltechustc@outlook.com",
60+
"name": "caltechustc",
61+
"username": "caltechustc"
62+
},
63+
"committer": {
64+
"email": "noreply@github.com",
65+
"name": "GitHub",
66+
"username": "web-flow"
67+
},
68+
"distinct": true,
69+
"id": "5ee6483aa360fab4785bb5fe820a1b5a01e8ecf2",
70+
"message": "chore: remove duplicate package import (#3331)\n\nchore: remove duplicate package import and fix some CI issues\n\nSigned-off-by: caltechustc <caltechustc@outlook.com>",
71+
"timestamp": "2026-05-24T18:03:26Z",
72+
"tree_id": "2dc6474b4cd0dc53fa8ca1155e12691b9e7cbb40",
73+
"url": "https://github.com/evstack/ev-node/commit/5ee6483aa360fab4785bb5fe820a1b5a01e8ecf2"
74+
},
75+
"date": 1779646993517,
76+
"tool": "go",
77+
"benches": [
78+
{
79+
"name": "BenchmarkProduceBlock/empty_batch",
80+
"value": 34523,
81+
"unit": "ns/op\t 4705 B/op\t 50 allocs/op",
82+
"extra": "34983 times\n4 procs"
83+
},
84+
{
85+
"name": "BenchmarkProduceBlock/empty_batch - ns/op",
86+
"value": 34523,
87+
"unit": "ns/op",
88+
"extra": "34983 times\n4 procs"
89+
},
90+
{
91+
"name": "BenchmarkProduceBlock/empty_batch - B/op",
92+
"value": 4705,
93+
"unit": "B/op",
94+
"extra": "34983 times\n4 procs"
95+
},
96+
{
97+
"name": "BenchmarkProduceBlock/empty_batch - allocs/op",
98+
"value": 50,
99+
"unit": "allocs/op",
100+
"extra": "34983 times\n4 procs"
101+
},
102+
{
103+
"name": "BenchmarkProduceBlock/single_tx",
104+
"value": 35103,
105+
"unit": "ns/op\t 4907 B/op\t 54 allocs/op",
106+
"extra": "34531 times\n4 procs"
107+
},
108+
{
109+
"name": "BenchmarkProduceBlock/single_tx - ns/op",
110+
"value": 35103,
111+
"unit": "ns/op",
112+
"extra": "34531 times\n4 procs"
113+
},
114+
{
115+
"name": "BenchmarkProduceBlock/single_tx - B/op",
116+
"value": 4907,
117+
"unit": "B/op",
118+
"extra": "34531 times\n4 procs"
119+
},
120+
{
121+
"name": "BenchmarkProduceBlock/single_tx - allocs/op",
122+
"value": 54,
123+
"unit": "allocs/op",
124+
"extra": "34531 times\n4 procs"
125+
},
126+
{
127+
"name": "BenchmarkProduceBlock/100_txs",
128+
"value": 40894,
129+
"unit": "ns/op\t 10202 B/op\t 54 allocs/op",
130+
"extra": "29430 times\n4 procs"
131+
},
132+
{
133+
"name": "BenchmarkProduceBlock/100_txs - ns/op",
134+
"value": 40894,
135+
"unit": "ns/op",
136+
"extra": "29430 times\n4 procs"
137+
},
138+
{
139+
"name": "BenchmarkProduceBlock/100_txs - B/op",
140+
"value": 10202,
141+
"unit": "B/op",
142+
"extra": "29430 times\n4 procs"
143+
},
144+
{
145+
"name": "BenchmarkProduceBlock/100_txs - allocs/op",
146+
"value": 54,
147+
"unit": "allocs/op",
148+
"extra": "29430 times\n4 procs"
149+
}
150+
]
151+
}
54152
]
55153
}
56154
}

0 commit comments

Comments
 (0)