Skip to content

Commit 801ce26

Browse files
author
github-action-benchmark
committed
add Block Executor Benchmark (go) benchmark result for 72c1d4f
1 parent e9fecb3 commit 801ce26

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": 1781266224279,
2+
"lastUpdate": 1781266226534,
33
"repoUrl": "https://github.com/evstack/ev-node",
44
"entries": {
55
"EVM Contract Roundtrip": [
@@ -772,6 +772,102 @@ window.BENCHMARK_DATA = {
772772
"extra": "30627 times\n4 procs"
773773
}
774774
]
775+
},
776+
{
777+
"commit": {
778+
"author": {
779+
"email": "julien@rbrt.fr",
780+
"name": "julienrbrt",
781+
"username": "julienrbrt"
782+
},
783+
"committer": {
784+
"email": "noreply@github.com",
785+
"name": "GitHub",
786+
"username": "web-flow"
787+
},
788+
"distinct": true,
789+
"id": "72c1d4f31413d4234f9e10fd664e80b7fd83f3c7",
790+
"message": "chore: prep apps (#3354)",
791+
"timestamp": "2026-06-12T14:05:58+02:00",
792+
"tree_id": "8bea69c8def448d60d8ced6e87ad6651d14ea28a",
793+
"url": "https://github.com/evstack/ev-node/commit/72c1d4f31413d4234f9e10fd664e80b7fd83f3c7"
794+
},
795+
"date": 1781266225866,
796+
"tool": "go",
797+
"benches": [
798+
{
799+
"name": "BenchmarkProduceBlock/empty_batch",
800+
"value": 31523,
801+
"unit": "ns/op\t 4639 B/op\t 50 allocs/op",
802+
"extra": "38505 times\n4 procs"
803+
},
804+
{
805+
"name": "BenchmarkProduceBlock/empty_batch - ns/op",
806+
"value": 31523,
807+
"unit": "ns/op",
808+
"extra": "38505 times\n4 procs"
809+
},
810+
{
811+
"name": "BenchmarkProduceBlock/empty_batch - B/op",
812+
"value": 4639,
813+
"unit": "B/op",
814+
"extra": "38505 times\n4 procs"
815+
},
816+
{
817+
"name": "BenchmarkProduceBlock/empty_batch - allocs/op",
818+
"value": 50,
819+
"unit": "allocs/op",
820+
"extra": "38505 times\n4 procs"
821+
},
822+
{
823+
"name": "BenchmarkProduceBlock/single_tx",
824+
"value": 32086,
825+
"unit": "ns/op\t 4847 B/op\t 54 allocs/op",
826+
"extra": "37603 times\n4 procs"
827+
},
828+
{
829+
"name": "BenchmarkProduceBlock/single_tx - ns/op",
830+
"value": 32086,
831+
"unit": "ns/op",
832+
"extra": "37603 times\n4 procs"
833+
},
834+
{
835+
"name": "BenchmarkProduceBlock/single_tx - B/op",
836+
"value": 4847,
837+
"unit": "B/op",
838+
"extra": "37603 times\n4 procs"
839+
},
840+
{
841+
"name": "BenchmarkProduceBlock/single_tx - allocs/op",
842+
"value": 54,
843+
"unit": "allocs/op",
844+
"extra": "37603 times\n4 procs"
845+
},
846+
{
847+
"name": "BenchmarkProduceBlock/100_txs",
848+
"value": 38449,
849+
"unit": "ns/op\t 10122 B/op\t 54 allocs/op",
850+
"extra": "32455 times\n4 procs"
851+
},
852+
{
853+
"name": "BenchmarkProduceBlock/100_txs - ns/op",
854+
"value": 38449,
855+
"unit": "ns/op",
856+
"extra": "32455 times\n4 procs"
857+
},
858+
{
859+
"name": "BenchmarkProduceBlock/100_txs - B/op",
860+
"value": 10122,
861+
"unit": "B/op",
862+
"extra": "32455 times\n4 procs"
863+
},
864+
{
865+
"name": "BenchmarkProduceBlock/100_txs - allocs/op",
866+
"value": 54,
867+
"unit": "allocs/op",
868+
"extra": "32455 times\n4 procs"
869+
}
870+
]
775871
}
776872
]
777873
}

0 commit comments

Comments
 (0)