Skip to content

Commit 59e8a6b

Browse files
author
github-action-benchmark
committed
add EVM Contract Roundtrip (go) benchmark result for cd76eab
1 parent 9ba92c2 commit 59e8a6b

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": 1776776899345,
2+
"lastUpdate": 1776788039282,
33
"repoUrl": "https://github.com/evstack/ev-node",
44
"entries": {
55
"EVM Contract Roundtrip": [
@@ -290,6 +290,54 @@ window.BENCHMARK_DATA = {
290290
"extra": "2 times\n4 procs"
291291
}
292292
]
293+
},
294+
{
295+
"commit": {
296+
"author": {
297+
"email": "49699333+dependabot[bot]@users.noreply.github.com",
298+
"name": "dependabot[bot]",
299+
"username": "dependabot[bot]"
300+
},
301+
"committer": {
302+
"email": "noreply@github.com",
303+
"name": "GitHub",
304+
"username": "web-flow"
305+
},
306+
"distinct": true,
307+
"id": "cd76eab72c0d432b031101253508b0b9549e95d0",
308+
"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>",
309+
"timestamp": "2026-04-21T18:09:48+02:00",
310+
"tree_id": "eae97f0f87e36c0e0b78e358fc3bae96d818dc55",
311+
"url": "https://github.com/evstack/ev-node/commit/cd76eab72c0d432b031101253508b0b9549e95d0"
312+
},
313+
"date": 1776788034116,
314+
"tool": "go",
315+
"benches": [
316+
{
317+
"name": "BenchmarkEvmContractRoundtrip",
318+
"value": 921215948,
319+
"unit": "ns/op\t33446980 B/op\t 190880 allocs/op",
320+
"extra": "2 times\n4 procs"
321+
},
322+
{
323+
"name": "BenchmarkEvmContractRoundtrip - ns/op",
324+
"value": 921215948,
325+
"unit": "ns/op",
326+
"extra": "2 times\n4 procs"
327+
},
328+
{
329+
"name": "BenchmarkEvmContractRoundtrip - B/op",
330+
"value": 33446980,
331+
"unit": "B/op",
332+
"extra": "2 times\n4 procs"
333+
},
334+
{
335+
"name": "BenchmarkEvmContractRoundtrip - allocs/op",
336+
"value": 190880,
337+
"unit": "allocs/op",
338+
"extra": "2 times\n4 procs"
339+
}
340+
]
293341
}
294342
],
295343
"Block Executor Benchmark": [

0 commit comments

Comments
 (0)