Skip to content

Commit 257f1eb

Browse files
author
github-action-benchmark
committed
add Block Executor Benchmark (go) benchmark result for f11351d
1 parent 48381e5 commit 257f1eb

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": 1781268446750,
2+
"lastUpdate": 1781268449026,
33
"repoUrl": "https://github.com/evstack/ev-node",
44
"entries": {
55
"EVM Contract Roundtrip": [
@@ -916,6 +916,102 @@ window.BENCHMARK_DATA = {
916916
"extra": "32455 times\n4 procs"
917917
}
918918
]
919+
},
920+
{
921+
"commit": {
922+
"author": {
923+
"email": "49699333+dependabot[bot]@users.noreply.github.com",
924+
"name": "dependabot[bot]",
925+
"username": "dependabot[bot]"
926+
},
927+
"committer": {
928+
"email": "noreply@github.com",
929+
"name": "GitHub",
930+
"username": "web-flow"
931+
},
932+
"distinct": true,
933+
"id": "f11351d22164f000a62dff58879be28a2d108c84",
934+
"message": "build(deps): Bump github.com/cosmos/cosmos-sdk from 0.50.12 to 0.50.14 in /apps/loadgen (#3355)\n\nbuild(deps): Bump github.com/cosmos/cosmos-sdk in /apps/loadgen\n\nBumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.50.12 to 0.50.14.\n- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)\n- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.50.14/CHANGELOG.md)\n- [Commits](https://github.com/cosmos/cosmos-sdk/compare/v0.50.12...v0.50.14)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/cosmos/cosmos-sdk\n dependency-version: 0.50.14\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
935+
"timestamp": "2026-06-12T12:26:49Z",
936+
"tree_id": "f82e8e1766ec4a9eb401c57bfdb567490a3e9af8",
937+
"url": "https://github.com/evstack/ev-node/commit/f11351d22164f000a62dff58879be28a2d108c84"
938+
},
939+
"date": 1781268448368,
940+
"tool": "go",
941+
"benches": [
942+
{
943+
"name": "BenchmarkProduceBlock/empty_batch",
944+
"value": 40595,
945+
"unit": "ns/op\t 4821 B/op\t 50 allocs/op",
946+
"extra": "30139 times\n4 procs"
947+
},
948+
{
949+
"name": "BenchmarkProduceBlock/empty_batch - ns/op",
950+
"value": 40595,
951+
"unit": "ns/op",
952+
"extra": "30139 times\n4 procs"
953+
},
954+
{
955+
"name": "BenchmarkProduceBlock/empty_batch - B/op",
956+
"value": 4821,
957+
"unit": "B/op",
958+
"extra": "30139 times\n4 procs"
959+
},
960+
{
961+
"name": "BenchmarkProduceBlock/empty_batch - allocs/op",
962+
"value": 50,
963+
"unit": "allocs/op",
964+
"extra": "30139 times\n4 procs"
965+
},
966+
{
967+
"name": "BenchmarkProduceBlock/single_tx",
968+
"value": 41197,
969+
"unit": "ns/op\t 5025 B/op\t 54 allocs/op",
970+
"extra": "29730 times\n4 procs"
971+
},
972+
{
973+
"name": "BenchmarkProduceBlock/single_tx - ns/op",
974+
"value": 41197,
975+
"unit": "ns/op",
976+
"extra": "29730 times\n4 procs"
977+
},
978+
{
979+
"name": "BenchmarkProduceBlock/single_tx - B/op",
980+
"value": 5025,
981+
"unit": "B/op",
982+
"extra": "29730 times\n4 procs"
983+
},
984+
{
985+
"name": "BenchmarkProduceBlock/single_tx - allocs/op",
986+
"value": 54,
987+
"unit": "allocs/op",
988+
"extra": "29730 times\n4 procs"
989+
},
990+
{
991+
"name": "BenchmarkProduceBlock/100_txs",
992+
"value": 47751,
993+
"unit": "ns/op\t 10334 B/op\t 54 allocs/op",
994+
"extra": "25495 times\n4 procs"
995+
},
996+
{
997+
"name": "BenchmarkProduceBlock/100_txs - ns/op",
998+
"value": 47751,
999+
"unit": "ns/op",
1000+
"extra": "25495 times\n4 procs"
1001+
},
1002+
{
1003+
"name": "BenchmarkProduceBlock/100_txs - B/op",
1004+
"value": 10334,
1005+
"unit": "B/op",
1006+
"extra": "25495 times\n4 procs"
1007+
},
1008+
{
1009+
"name": "BenchmarkProduceBlock/100_txs - allocs/op",
1010+
"value": 54,
1011+
"unit": "allocs/op",
1012+
"extra": "25495 times\n4 procs"
1013+
}
1014+
]
9191015
}
9201016
]
9211017
}

0 commit comments

Comments
 (0)