Skip to content

Commit 082d06d

Browse files
author
github-action-benchmark
committed
add Block Executor Benchmark (go) benchmark result for 69c655c
1 parent 33a31fa commit 082d06d

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": 1782727574737,
2+
"lastUpdate": 1782727577590,
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": "69c655c80bab7f129fe6f3ad4cd27e48bdbcc603",
70+
"message": "build(deps): Bump dompurify from 3.4.0 to 3.4.11 in /docs in the npm_and_yarn group across 1 directory (#3366)\n\nbuild(deps): Bump dompurify\n\nBumps the npm_and_yarn group with 1 update in the /docs directory: [dompurify](https://github.com/cure53/DOMPurify).\n\n\nUpdates `dompurify` from 3.4.0 to 3.4.11\n- [Release notes](https://github.com/cure53/DOMPurify/releases)\n- [Commits](https://github.com/cure53/DOMPurify/compare/3.4.0...3.4.11)\n\n---\nupdated-dependencies:\n- dependency-name: dompurify\n dependency-version: 3.4.11\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-06-29T12:02:17+02:00",
72+
"tree_id": "8d16df760af045f500d1ac88648f9edae597b8d5",
73+
"url": "https://github.com/evstack/ev-node/commit/69c655c80bab7f129fe6f3ad4cd27e48bdbcc603"
74+
},
75+
"date": 1782727576680,
76+
"tool": "go",
77+
"benches": [
78+
{
79+
"name": "BenchmarkProduceBlock/single_tx",
80+
"value": 38274,
81+
"unit": "ns/op\t 5079 B/op\t 55 allocs/op",
82+
"extra": "31792 times\n4 procs"
83+
},
84+
{
85+
"name": "BenchmarkProduceBlock/single_tx - ns/op",
86+
"value": 38274,
87+
"unit": "ns/op",
88+
"extra": "31792 times\n4 procs"
89+
},
90+
{
91+
"name": "BenchmarkProduceBlock/single_tx - B/op",
92+
"value": 5079,
93+
"unit": "B/op",
94+
"extra": "31792 times\n4 procs"
95+
},
96+
{
97+
"name": "BenchmarkProduceBlock/single_tx - allocs/op",
98+
"value": 55,
99+
"unit": "allocs/op",
100+
"extra": "31792 times\n4 procs"
101+
},
102+
{
103+
"name": "BenchmarkProduceBlock/100_txs",
104+
"value": 44718,
105+
"unit": "ns/op\t 10384 B/op\t 55 allocs/op",
106+
"extra": "27130 times\n4 procs"
107+
},
108+
{
109+
"name": "BenchmarkProduceBlock/100_txs - ns/op",
110+
"value": 44718,
111+
"unit": "ns/op",
112+
"extra": "27130 times\n4 procs"
113+
},
114+
{
115+
"name": "BenchmarkProduceBlock/100_txs - B/op",
116+
"value": 10384,
117+
"unit": "B/op",
118+
"extra": "27130 times\n4 procs"
119+
},
120+
{
121+
"name": "BenchmarkProduceBlock/100_txs - allocs/op",
122+
"value": 55,
123+
"unit": "allocs/op",
124+
"extra": "27130 times\n4 procs"
125+
},
126+
{
127+
"name": "BenchmarkProduceBlock/empty_batch",
128+
"value": 38236,
129+
"unit": "ns/op\t 4879 B/op\t 51 allocs/op",
130+
"extra": "32136 times\n4 procs"
131+
},
132+
{
133+
"name": "BenchmarkProduceBlock/empty_batch - ns/op",
134+
"value": 38236,
135+
"unit": "ns/op",
136+
"extra": "32136 times\n4 procs"
137+
},
138+
{
139+
"name": "BenchmarkProduceBlock/empty_batch - B/op",
140+
"value": 4879,
141+
"unit": "B/op",
142+
"extra": "32136 times\n4 procs"
143+
},
144+
{
145+
"name": "BenchmarkProduceBlock/empty_batch - allocs/op",
146+
"value": 51,
147+
"unit": "allocs/op",
148+
"extra": "32136 times\n4 procs"
149+
}
150+
]
151+
}
54152
]
55153
}
56154
}

0 commit comments

Comments
 (0)