Skip to content

Commit ca1bcad

Browse files
author
github-action-benchmark
committed
add Block Executor Benchmark (go) benchmark result for cd76eab
1 parent 59e8a6b commit ca1bcad

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": 1776788039282,
2+
"lastUpdate": 1776788041887,
33
"repoUrl": "https://github.com/evstack/ev-node",
44
"entries": {
55
"EVM Contract Roundtrip": [
@@ -916,6 +916,102 @@ window.BENCHMARK_DATA = {
916916
"extra": "26593 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": "cd76eab72c0d432b031101253508b0b9549e95d0",
934+
"message": "build(deps): Bump rustls-webpki from 0.103.10 to 0.103.13 in the cargo group across 1 directory (#3272)\n\nbuild(deps): Bump rustls-webpki in the cargo group across 1 directory\n\nBumps the cargo group with 1 update in the / directory: [rustls-webpki](https://github.com/rustls/webpki).\n\n\nUpdates `rustls-webpki` from 0.103.10 to 0.103.13\n- [Release notes](https://github.com/rustls/webpki/releases)\n- [Commits](https://github.com/rustls/webpki/compare/v/0.103.10...v/0.103.13)\n\n---\nupdated-dependencies:\n- dependency-name: rustls-webpki\n dependency-version: 0.103.13\n dependency-type: indirect\n dependency-group: cargo\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-04-21T18:09:48+02:00",
936+
"tree_id": "eae97f0f87e36c0e0b78e358fc3bae96d818dc55",
937+
"url": "https://github.com/evstack/ev-node/commit/cd76eab72c0d432b031101253508b0b9549e95d0"
938+
},
939+
"date": 1776788041012,
940+
"tool": "go",
941+
"benches": [
942+
{
943+
"name": "BenchmarkProduceBlock/empty_batch",
944+
"value": 35152,
945+
"unit": "ns/op\t 4719 B/op\t 50 allocs/op",
946+
"extra": "34324 times\n4 procs"
947+
},
948+
{
949+
"name": "BenchmarkProduceBlock/empty_batch - ns/op",
950+
"value": 35152,
951+
"unit": "ns/op",
952+
"extra": "34324 times\n4 procs"
953+
},
954+
{
955+
"name": "BenchmarkProduceBlock/empty_batch - B/op",
956+
"value": 4719,
957+
"unit": "B/op",
958+
"extra": "34324 times\n4 procs"
959+
},
960+
{
961+
"name": "BenchmarkProduceBlock/empty_batch - allocs/op",
962+
"value": 50,
963+
"unit": "allocs/op",
964+
"extra": "34324 times\n4 procs"
965+
},
966+
{
967+
"name": "BenchmarkProduceBlock/single_tx",
968+
"value": 35668,
969+
"unit": "ns/op\t 4931 B/op\t 54 allocs/op",
970+
"extra": "33408 times\n4 procs"
971+
},
972+
{
973+
"name": "BenchmarkProduceBlock/single_tx - ns/op",
974+
"value": 35668,
975+
"unit": "ns/op",
976+
"extra": "33408 times\n4 procs"
977+
},
978+
{
979+
"name": "BenchmarkProduceBlock/single_tx - B/op",
980+
"value": 4931,
981+
"unit": "B/op",
982+
"extra": "33408 times\n4 procs"
983+
},
984+
{
985+
"name": "BenchmarkProduceBlock/single_tx - allocs/op",
986+
"value": 54,
987+
"unit": "allocs/op",
988+
"extra": "33408 times\n4 procs"
989+
},
990+
{
991+
"name": "BenchmarkProduceBlock/100_txs",
992+
"value": 41561,
993+
"unit": "ns/op\t 10229 B/op\t 54 allocs/op",
994+
"extra": "28549 times\n4 procs"
995+
},
996+
{
997+
"name": "BenchmarkProduceBlock/100_txs - ns/op",
998+
"value": 41561,
999+
"unit": "ns/op",
1000+
"extra": "28549 times\n4 procs"
1001+
},
1002+
{
1003+
"name": "BenchmarkProduceBlock/100_txs - B/op",
1004+
"value": 10229,
1005+
"unit": "B/op",
1006+
"extra": "28549 times\n4 procs"
1007+
},
1008+
{
1009+
"name": "BenchmarkProduceBlock/100_txs - allocs/op",
1010+
"value": 54,
1011+
"unit": "allocs/op",
1012+
"extra": "28549 times\n4 procs"
1013+
}
1014+
]
9191015
}
9201016
]
9211017
}

0 commit comments

Comments
 (0)