Skip to content

Commit 0ca60ca

Browse files
author
github-action-benchmark
committed
add EVM Contract Roundtrip (go) benchmark result for 8edee19
1 parent 95964c6 commit 0ca60ca

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": 1779646994325,
2+
"lastUpdate": 1779781542100,
33
"repoUrl": "https://github.com/evstack/ev-node",
44
"entries": {
55
"EVM Contract Roundtrip": [
@@ -50,6 +50,54 @@ window.BENCHMARK_DATA = {
5050
"extra": "2 times\n4 procs"
5151
}
5252
]
53+
},
54+
{
55+
"commit": {
56+
"author": {
57+
"email": "49699333+dependabot[bot]@users.noreply.github.com",
58+
"name": "dependabot[bot]",
59+
"username": "dependabot[bot]"
60+
},
61+
"committer": {
62+
"email": "noreply@github.com",
63+
"name": "GitHub",
64+
"username": "web-flow"
65+
},
66+
"distinct": true,
67+
"id": "8edee19b6111669c7103460fd8377a5583be66aa",
68+
"message": "build(deps): Bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 in the patch-updates group (#3332)\n\nbuild(deps): Bump golangci/golangci-lint-action\n\nBumps the patch-updates group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action).\n\n\nUpdates `golangci/golangci-lint-action` from 9.2.0 to 9.2.1\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v9.2.0...v9.2.1)\n\n---\nupdated-dependencies:\n- dependency-name: golangci/golangci-lint-action\n dependency-version: 9.2.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: patch-updates\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
69+
"timestamp": "2026-05-26T09:41:47+02:00",
70+
"tree_id": "dabfb040f762f5e396b9fa901994dc7752825140",
71+
"url": "https://github.com/evstack/ev-node/commit/8edee19b6111669c7103460fd8377a5583be66aa"
72+
},
73+
"date": 1779781538140,
74+
"tool": "go",
75+
"benches": [
76+
{
77+
"name": "BenchmarkEvmContractRoundtrip",
78+
"value": 910957676,
79+
"unit": "ns/op\t32408576 B/op\t 181141 allocs/op",
80+
"extra": "2 times\n4 procs"
81+
},
82+
{
83+
"name": "BenchmarkEvmContractRoundtrip - ns/op",
84+
"value": 910957676,
85+
"unit": "ns/op",
86+
"extra": "2 times\n4 procs"
87+
},
88+
{
89+
"name": "BenchmarkEvmContractRoundtrip - B/op",
90+
"value": 32408576,
91+
"unit": "B/op",
92+
"extra": "2 times\n4 procs"
93+
},
94+
{
95+
"name": "BenchmarkEvmContractRoundtrip - allocs/op",
96+
"value": 181141,
97+
"unit": "allocs/op",
98+
"extra": "2 times\n4 procs"
99+
}
100+
]
53101
}
54102
],
55103
"Block Executor Benchmark": [

0 commit comments

Comments
 (0)