Skip to content

Commit 72326d5

Browse files
author
github-action-benchmark
committed
add EVM Contract Roundtrip (go) benchmark result for 79b5b4f
1 parent 257f1eb commit 72326d5

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": 1781268449026,
2+
"lastUpdate": 1781269993135,
33
"repoUrl": "https://github.com/evstack/ev-node",
44
"entries": {
55
"EVM Contract Roundtrip": [
@@ -338,6 +338,54 @@ window.BENCHMARK_DATA = {
338338
"extra": "2 times\n4 procs"
339339
}
340340
]
341+
},
342+
{
343+
"commit": {
344+
"author": {
345+
"email": "julien@rbrt.fr",
346+
"name": "julienrbrt",
347+
"username": "julienrbrt"
348+
},
349+
"committer": {
350+
"email": "noreply@github.com",
351+
"name": "GitHub",
352+
"username": "web-flow"
353+
},
354+
"distinct": true,
355+
"id": "79b5b4f2c8d4c803b039ae79e37ee4cdd762effa",
356+
"message": "chore: bring back replaces (#3356)",
357+
"timestamp": "2026-06-12T12:55:11Z",
358+
"tree_id": "0f382e1c4bad719b128491985ef6d0d3c8c9010b",
359+
"url": "https://github.com/evstack/ev-node/commit/79b5b4f2c8d4c803b039ae79e37ee4cdd762effa"
360+
},
361+
"date": 1781269989011,
362+
"tool": "go",
363+
"benches": [
364+
{
365+
"name": "BenchmarkEvmContractRoundtrip",
366+
"value": 915448865,
367+
"unit": "ns/op\t31955632 B/op\t 176391 allocs/op",
368+
"extra": "2 times\n4 procs"
369+
},
370+
{
371+
"name": "BenchmarkEvmContractRoundtrip - ns/op",
372+
"value": 915448865,
373+
"unit": "ns/op",
374+
"extra": "2 times\n4 procs"
375+
},
376+
{
377+
"name": "BenchmarkEvmContractRoundtrip - B/op",
378+
"value": 31955632,
379+
"unit": "B/op",
380+
"extra": "2 times\n4 procs"
381+
},
382+
{
383+
"name": "BenchmarkEvmContractRoundtrip - allocs/op",
384+
"value": 176391,
385+
"unit": "allocs/op",
386+
"extra": "2 times\n4 procs"
387+
}
388+
]
341389
}
342390
],
343391
"Block Executor Benchmark": [

0 commit comments

Comments
 (0)