Skip to content

Commit 9e3e23b

Browse files
author
github-action-benchmark
committed
add Block Executor Benchmark (go) benchmark result for 27eeb48
1 parent 21f5070 commit 9e3e23b

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": 1778575572523,
2+
"lastUpdate": 1778575575081,
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": "49699333+dependabot[bot]@users.noreply.github.com",
60+
"name": "dependabot[bot]",
61+
"username": "dependabot[bot]"
62+
},
63+
"committer": {
64+
"email": "noreply@github.com",
65+
"name": "GitHub",
66+
"username": "web-flow"
67+
},
68+
"distinct": true,
69+
"id": "27eeb486a21a44030226d5e31472171dd83209b1",
70+
"message": "build(deps): Bump uuid from 11.1.0 to 14.0.0 in /docs in the npm_and_yarn group across 1 directory (#3321)\n\nbuild(deps): Bump uuid\n\nBumps the npm_and_yarn group with 1 update in the /docs directory: [uuid](https://github.com/uuidjs/uuid).\n\n\nUpdates `uuid` from 11.1.0 to 14.0.0\n- [Release notes](https://github.com/uuidjs/uuid/releases)\n- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/uuidjs/uuid/compare/v11.1.0...v14.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: uuid\n dependency-version: 14.0.0\n dependency-type: indirect\n dependency-group: npm_and_yarn\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
71+
"timestamp": "2026-05-12T10:37:43+02:00",
72+
"tree_id": "c2deadee909f25e0b4776e61e8c6b7319e79107e",
73+
"url": "https://github.com/evstack/ev-node/commit/27eeb486a21a44030226d5e31472171dd83209b1"
74+
},
75+
"date": 1778575574311,
76+
"tool": "go",
77+
"benches": [
78+
{
79+
"name": "BenchmarkProduceBlock/empty_batch",
80+
"value": 36158,
81+
"unit": "ns/op\t 4724 B/op\t 50 allocs/op",
82+
"extra": "34096 times\n4 procs"
83+
},
84+
{
85+
"name": "BenchmarkProduceBlock/empty_batch - ns/op",
86+
"value": 36158,
87+
"unit": "ns/op",
88+
"extra": "34096 times\n4 procs"
89+
},
90+
{
91+
"name": "BenchmarkProduceBlock/empty_batch - B/op",
92+
"value": 4724,
93+
"unit": "B/op",
94+
"extra": "34096 times\n4 procs"
95+
},
96+
{
97+
"name": "BenchmarkProduceBlock/empty_batch - allocs/op",
98+
"value": 50,
99+
"unit": "allocs/op",
100+
"extra": "34096 times\n4 procs"
101+
},
102+
{
103+
"name": "BenchmarkProduceBlock/single_tx",
104+
"value": 36421,
105+
"unit": "ns/op\t 4927 B/op\t 54 allocs/op",
106+
"extra": "33602 times\n4 procs"
107+
},
108+
{
109+
"name": "BenchmarkProduceBlock/single_tx - ns/op",
110+
"value": 36421,
111+
"unit": "ns/op",
112+
"extra": "33602 times\n4 procs"
113+
},
114+
{
115+
"name": "BenchmarkProduceBlock/single_tx - B/op",
116+
"value": 4927,
117+
"unit": "B/op",
118+
"extra": "33602 times\n4 procs"
119+
},
120+
{
121+
"name": "BenchmarkProduceBlock/single_tx - allocs/op",
122+
"value": 54,
123+
"unit": "allocs/op",
124+
"extra": "33602 times\n4 procs"
125+
},
126+
{
127+
"name": "BenchmarkProduceBlock/100_txs",
128+
"value": 42440,
129+
"unit": "ns/op\t 10222 B/op\t 54 allocs/op",
130+
"extra": "28754 times\n4 procs"
131+
},
132+
{
133+
"name": "BenchmarkProduceBlock/100_txs - ns/op",
134+
"value": 42440,
135+
"unit": "ns/op",
136+
"extra": "28754 times\n4 procs"
137+
},
138+
{
139+
"name": "BenchmarkProduceBlock/100_txs - B/op",
140+
"value": 10222,
141+
"unit": "B/op",
142+
"extra": "28754 times\n4 procs"
143+
},
144+
{
145+
"name": "BenchmarkProduceBlock/100_txs - allocs/op",
146+
"value": 54,
147+
"unit": "allocs/op",
148+
"extra": "28754 times\n4 procs"
149+
}
150+
]
151+
}
54152
]
55153
}
56154
}

0 commit comments

Comments
 (0)