Skip to content

Commit e9fecb3

Browse files
author
github-action-benchmark
committed
add EVM Contract Roundtrip (go) benchmark result for 72c1d4f
1 parent 99a7bb4 commit e9fecb3

1 file changed

Lines changed: 49 additions & 1 deletion

File tree

dev/bench/data.js

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1781259774637,
2+
"lastUpdate": 1781266224279,
33
"repoUrl": "https://github.com/evstack/ev-node",
44
"entries": {
55
"EVM Contract Roundtrip": [
@@ -242,6 +242,54 @@ window.BENCHMARK_DATA = {
242242
"extra": "2 times\n4 procs"
243243
}
244244
]
245+
},
246+
{
247+
"commit": {
248+
"author": {
249+
"email": "julien@rbrt.fr",
250+
"name": "julienrbrt",
251+
"username": "julienrbrt"
252+
},
253+
"committer": {
254+
"email": "noreply@github.com",
255+
"name": "GitHub",
256+
"username": "web-flow"
257+
},
258+
"distinct": true,
259+
"id": "72c1d4f31413d4234f9e10fd664e80b7fd83f3c7",
260+
"message": "chore: prep apps (#3354)",
261+
"timestamp": "2026-06-12T14:05:58+02:00",
262+
"tree_id": "8bea69c8def448d60d8ced6e87ad6651d14ea28a",
263+
"url": "https://github.com/evstack/ev-node/commit/72c1d4f31413d4234f9e10fd664e80b7fd83f3c7"
264+
},
265+
"date": 1781266220067,
266+
"tool": "go",
267+
"benches": [
268+
{
269+
"name": "BenchmarkEvmContractRoundtrip",
270+
"value": 938282766,
271+
"unit": "ns/op\t34489340 B/op\t 196810 allocs/op",
272+
"extra": "2 times\n4 procs"
273+
},
274+
{
275+
"name": "BenchmarkEvmContractRoundtrip - ns/op",
276+
"value": 938282766,
277+
"unit": "ns/op",
278+
"extra": "2 times\n4 procs"
279+
},
280+
{
281+
"name": "BenchmarkEvmContractRoundtrip - B/op",
282+
"value": 34489340,
283+
"unit": "B/op",
284+
"extra": "2 times\n4 procs"
285+
},
286+
{
287+
"name": "BenchmarkEvmContractRoundtrip - allocs/op",
288+
"value": 196810,
289+
"unit": "allocs/op",
290+
"extra": "2 times\n4 procs"
291+
}
292+
]
245293
}
246294
],
247295
"Block Executor Benchmark": [

0 commit comments

Comments
 (0)