Skip to content

Commit 99a7bb4

Browse files
author
github-action-benchmark
committed
add Block Executor Benchmark (go) benchmark result for d208cd0
1 parent 856b2f6 commit 99a7bb4

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": 1781259772128,
2+
"lastUpdate": 1781259774637,
33
"repoUrl": "https://github.com/evstack/ev-node",
44
"entries": {
55
"EVM Contract Roundtrip": [
@@ -628,6 +628,102 @@ window.BENCHMARK_DATA = {
628628
"extra": "25712 times\n4 procs"
629629
}
630630
]
631+
},
632+
{
633+
"commit": {
634+
"author": {
635+
"email": "julien@rbrt.fr",
636+
"name": "julienrbrt",
637+
"username": "julienrbrt"
638+
},
639+
"committer": {
640+
"email": "noreply@github.com",
641+
"name": "GitHub",
642+
"username": "web-flow"
643+
},
644+
"distinct": true,
645+
"id": "d208cd0dd1cb0ae86d327710994e83b67ca19d89",
646+
"message": "chore: prep ev-node v1.1.3 (#3353)",
647+
"timestamp": "2026-06-12T12:21:29+02:00",
648+
"tree_id": "7cfc8a1befa03af694cc06c18dee46ebff5bcd75",
649+
"url": "https://github.com/evstack/ev-node/commit/d208cd0dd1cb0ae86d327710994e83b67ca19d89"
650+
},
651+
"date": 1781259773771,
652+
"tool": "go",
653+
"benches": [
654+
{
655+
"name": "BenchmarkProduceBlock/single_tx",
656+
"value": 39890,
657+
"unit": "ns/op\t 5000 B/op\t 54 allocs/op",
658+
"extra": "30632 times\n4 procs"
659+
},
660+
{
661+
"name": "BenchmarkProduceBlock/single_tx - ns/op",
662+
"value": 39890,
663+
"unit": "ns/op",
664+
"extra": "30632 times\n4 procs"
665+
},
666+
{
667+
"name": "BenchmarkProduceBlock/single_tx - B/op",
668+
"value": 5000,
669+
"unit": "B/op",
670+
"extra": "30632 times\n4 procs"
671+
},
672+
{
673+
"name": "BenchmarkProduceBlock/single_tx - allocs/op",
674+
"value": 54,
675+
"unit": "allocs/op",
676+
"extra": "30632 times\n4 procs"
677+
},
678+
{
679+
"name": "BenchmarkProduceBlock/100_txs",
680+
"value": 46547,
681+
"unit": "ns/op\t 10309 B/op\t 54 allocs/op",
682+
"extra": "26158 times\n4 procs"
683+
},
684+
{
685+
"name": "BenchmarkProduceBlock/100_txs - ns/op",
686+
"value": 46547,
687+
"unit": "ns/op",
688+
"extra": "26158 times\n4 procs"
689+
},
690+
{
691+
"name": "BenchmarkProduceBlock/100_txs - B/op",
692+
"value": 10309,
693+
"unit": "B/op",
694+
"extra": "26158 times\n4 procs"
695+
},
696+
{
697+
"name": "BenchmarkProduceBlock/100_txs - allocs/op",
698+
"value": 54,
699+
"unit": "allocs/op",
700+
"extra": "26158 times\n4 procs"
701+
},
702+
{
703+
"name": "BenchmarkProduceBlock/empty_batch",
704+
"value": 39491,
705+
"unit": "ns/op\t 4808 B/op\t 50 allocs/op",
706+
"extra": "30627 times\n4 procs"
707+
},
708+
{
709+
"name": "BenchmarkProduceBlock/empty_batch - ns/op",
710+
"value": 39491,
711+
"unit": "ns/op",
712+
"extra": "30627 times\n4 procs"
713+
},
714+
{
715+
"name": "BenchmarkProduceBlock/empty_batch - B/op",
716+
"value": 4808,
717+
"unit": "B/op",
718+
"extra": "30627 times\n4 procs"
719+
},
720+
{
721+
"name": "BenchmarkProduceBlock/empty_batch - allocs/op",
722+
"value": 50,
723+
"unit": "allocs/op",
724+
"extra": "30627 times\n4 procs"
725+
}
726+
]
631727
}
632728
]
633729
}

0 commit comments

Comments
 (0)