Skip to content

Commit c232d33

Browse files
author
github-action-benchmark
committed
add Block Executor Benchmark (go) benchmark result for 670af4e
1 parent 314c138 commit c232d33

1 file changed

Lines changed: 97 additions & 1 deletion

File tree

‎dev/bench/data.js‎

Lines changed: 97 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1787846309649,
2+
"lastUpdate": 1787846313747,
33
"repoUrl": "https://github.com/evstack/ev-node",
44
"entries": {
55
"EVM Contract Roundtrip": [
@@ -2212,6 +2212,102 @@ window.BENCHMARK_DATA = {
22122212
"extra": "30544 times\n4 procs"
22132213
}
22142214
]
2215+
},
2216+
{
2217+
"commit": {
2218+
"author": {
2219+
"email": "marko@baricevic.me",
2220+
"name": "tac0turtle",
2221+
"username": "tac0turtle"
2222+
},
2223+
"committer": {
2224+
"email": "marko@baricevic.me",
2225+
"name": "tac0turtle",
2226+
"username": "tac0turtle"
2227+
},
2228+
"distinct": true,
2229+
"id": "670af4e6de6a14fb52c5d4c18a590b64e5d53cb2",
2230+
"message": "go fix",
2231+
"timestamp": "2026-08-27T17:53:36+02:00",
2232+
"tree_id": "2fca6c52d255442c61b920aade3744f7dde9e67c",
2233+
"url": "https://github.com/evstack/ev-node/commit/670af4e6de6a14fb52c5d4c18a590b64e5d53cb2"
2234+
},
2235+
"date": 1787846312177,
2236+
"tool": "go",
2237+
"benches": [
2238+
{
2239+
"name": "BenchmarkProduceBlock/empty_batch",
2240+
"value": 35445,
2241+
"unit": "ns/op\t 4837 B/op\t 51 allocs/op",
2242+
"extra": "33945 times\n4 procs"
2243+
},
2244+
{
2245+
"name": "BenchmarkProduceBlock/empty_batch - ns/op",
2246+
"value": 35445,
2247+
"unit": "ns/op",
2248+
"extra": "33945 times\n4 procs"
2249+
},
2250+
{
2251+
"name": "BenchmarkProduceBlock/empty_batch - B/op",
2252+
"value": 4837,
2253+
"unit": "B/op",
2254+
"extra": "33945 times\n4 procs"
2255+
},
2256+
{
2257+
"name": "BenchmarkProduceBlock/empty_batch - allocs/op",
2258+
"value": 51,
2259+
"unit": "allocs/op",
2260+
"extra": "33945 times\n4 procs"
2261+
},
2262+
{
2263+
"name": "BenchmarkProduceBlock/single_tx",
2264+
"value": 35984,
2265+
"unit": "ns/op\t 5040 B/op\t 55 allocs/op",
2266+
"extra": "33459 times\n4 procs"
2267+
},
2268+
{
2269+
"name": "BenchmarkProduceBlock/single_tx - ns/op",
2270+
"value": 35984,
2271+
"unit": "ns/op",
2272+
"extra": "33459 times\n4 procs"
2273+
},
2274+
{
2275+
"name": "BenchmarkProduceBlock/single_tx - B/op",
2276+
"value": 5040,
2277+
"unit": "B/op",
2278+
"extra": "33459 times\n4 procs"
2279+
},
2280+
{
2281+
"name": "BenchmarkProduceBlock/single_tx - allocs/op",
2282+
"value": 55,
2283+
"unit": "allocs/op",
2284+
"extra": "33459 times\n4 procs"
2285+
},
2286+
{
2287+
"name": "BenchmarkProduceBlock/100_txs",
2288+
"value": 42285,
2289+
"unit": "ns/op\t 10346 B/op\t 55 allocs/op",
2290+
"extra": "28274 times\n4 procs"
2291+
},
2292+
{
2293+
"name": "BenchmarkProduceBlock/100_txs - ns/op",
2294+
"value": 42285,
2295+
"unit": "ns/op",
2296+
"extra": "28274 times\n4 procs"
2297+
},
2298+
{
2299+
"name": "BenchmarkProduceBlock/100_txs - B/op",
2300+
"value": 10346,
2301+
"unit": "B/op",
2302+
"extra": "28274 times\n4 procs"
2303+
},
2304+
{
2305+
"name": "BenchmarkProduceBlock/100_txs - allocs/op",
2306+
"value": 55,
2307+
"unit": "allocs/op",
2308+
"extra": "28274 times\n4 procs"
2309+
}
2310+
]
22152311
}
22162312
]
22172313
}

0 commit comments

Comments
 (0)