Skip to content

Commit 6ca4e27

Browse files
author
github-action-benchmark
committed
add Block Executor Benchmark (go) benchmark result for 45b5f3e
1 parent 2571469 commit 6ca4e27

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": 1778484243849,
2+
"lastUpdate": 1778484246569,
33
"repoUrl": "https://github.com/evstack/ev-node",
44
"entries": {
55
"EVM Contract Roundtrip": [
@@ -1492,6 +1492,102 @@ window.BENCHMARK_DATA = {
14921492
"extra": "27669 times\n4 procs"
14931493
}
14941494
]
1495+
},
1496+
{
1497+
"commit": {
1498+
"author": {
1499+
"email": "box4wangjing@outlook.com",
1500+
"name": "box4wangjing",
1501+
"username": "box4wangjing"
1502+
},
1503+
"committer": {
1504+
"email": "noreply@github.com",
1505+
"name": "GitHub",
1506+
"username": "web-flow"
1507+
},
1508+
"distinct": true,
1509+
"id": "45b5f3e8270be5cf6662cfec830bca5536422780",
1510+
"message": "chore: remove extra space in comment (#3319)\n\nSigned-off-by: box4wangjing <box4wangjing@outlook.com>",
1511+
"timestamp": "2026-05-11T09:20:11+02:00",
1512+
"tree_id": "10c085511e072d8ae3cc93c93201714e508f5a8e",
1513+
"url": "https://github.com/evstack/ev-node/commit/45b5f3e8270be5cf6662cfec830bca5536422780"
1514+
},
1515+
"date": 1778484245697,
1516+
"tool": "go",
1517+
"benches": [
1518+
{
1519+
"name": "BenchmarkProduceBlock/empty_batch",
1520+
"value": 39191,
1521+
"unit": "ns/op\t 4798 B/op\t 50 allocs/op",
1522+
"extra": "30994 times\n4 procs"
1523+
},
1524+
{
1525+
"name": "BenchmarkProduceBlock/empty_batch - ns/op",
1526+
"value": 39191,
1527+
"unit": "ns/op",
1528+
"extra": "30994 times\n4 procs"
1529+
},
1530+
{
1531+
"name": "BenchmarkProduceBlock/empty_batch - B/op",
1532+
"value": 4798,
1533+
"unit": "B/op",
1534+
"extra": "30994 times\n4 procs"
1535+
},
1536+
{
1537+
"name": "BenchmarkProduceBlock/empty_batch - allocs/op",
1538+
"value": 50,
1539+
"unit": "allocs/op",
1540+
"extra": "30994 times\n4 procs"
1541+
},
1542+
{
1543+
"name": "BenchmarkProduceBlock/single_tx",
1544+
"value": 39883,
1545+
"unit": "ns/op\t 5005 B/op\t 54 allocs/op",
1546+
"extra": "30435 times\n4 procs"
1547+
},
1548+
{
1549+
"name": "BenchmarkProduceBlock/single_tx - ns/op",
1550+
"value": 39883,
1551+
"unit": "ns/op",
1552+
"extra": "30435 times\n4 procs"
1553+
},
1554+
{
1555+
"name": "BenchmarkProduceBlock/single_tx - B/op",
1556+
"value": 5005,
1557+
"unit": "B/op",
1558+
"extra": "30435 times\n4 procs"
1559+
},
1560+
{
1561+
"name": "BenchmarkProduceBlock/single_tx - allocs/op",
1562+
"value": 54,
1563+
"unit": "allocs/op",
1564+
"extra": "30435 times\n4 procs"
1565+
},
1566+
{
1567+
"name": "BenchmarkProduceBlock/100_txs",
1568+
"value": 45677,
1569+
"unit": "ns/op\t 10298 B/op\t 54 allocs/op",
1570+
"extra": "26484 times\n4 procs"
1571+
},
1572+
{
1573+
"name": "BenchmarkProduceBlock/100_txs - ns/op",
1574+
"value": 45677,
1575+
"unit": "ns/op",
1576+
"extra": "26484 times\n4 procs"
1577+
},
1578+
{
1579+
"name": "BenchmarkProduceBlock/100_txs - B/op",
1580+
"value": 10298,
1581+
"unit": "B/op",
1582+
"extra": "26484 times\n4 procs"
1583+
},
1584+
{
1585+
"name": "BenchmarkProduceBlock/100_txs - allocs/op",
1586+
"value": 54,
1587+
"unit": "allocs/op",
1588+
"extra": "26484 times\n4 procs"
1589+
}
1590+
]
14951591
}
14961592
]
14971593
}

0 commit comments

Comments
 (0)