Skip to content

Commit 48381e5

Browse files
author
github-action-benchmark
committed
add EVM Contract Roundtrip (go) benchmark result for f11351d
1 parent 801ce26 commit 48381e5

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": 1781266226534,
2+
"lastUpdate": 1781268446750,
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": "f11351d22164f000a62dff58879be28a2d108c84",
308+
"message": "build(deps): Bump github.com/cosmos/cosmos-sdk from 0.50.12 to 0.50.14 in /apps/loadgen (#3355)\n\nbuild(deps): Bump github.com/cosmos/cosmos-sdk in /apps/loadgen\n\nBumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.50.12 to 0.50.14.\n- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)\n- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.50.14/CHANGELOG.md)\n- [Commits](https://github.com/cosmos/cosmos-sdk/compare/v0.50.12...v0.50.14)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/cosmos/cosmos-sdk\n dependency-version: 0.50.14\n dependency-type: indirect\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-06-12T12:26:49Z",
310+
"tree_id": "f82e8e1766ec4a9eb401c57bfdb567490a3e9af8",
311+
"url": "https://github.com/evstack/ev-node/commit/f11351d22164f000a62dff58879be28a2d108c84"
312+
},
313+
"date": 1781268442292,
314+
"tool": "go",
315+
"benches": [
316+
{
317+
"name": "BenchmarkEvmContractRoundtrip",
318+
"value": 902044221,
319+
"unit": "ns/op\t31424936 B/op\t 171314 allocs/op",
320+
"extra": "2 times\n4 procs"
321+
},
322+
{
323+
"name": "BenchmarkEvmContractRoundtrip - ns/op",
324+
"value": 902044221,
325+
"unit": "ns/op",
326+
"extra": "2 times\n4 procs"
327+
},
328+
{
329+
"name": "BenchmarkEvmContractRoundtrip - B/op",
330+
"value": 31424936,
331+
"unit": "B/op",
332+
"extra": "2 times\n4 procs"
333+
},
334+
{
335+
"name": "BenchmarkEvmContractRoundtrip - allocs/op",
336+
"value": 171314,
337+
"unit": "allocs/op",
338+
"extra": "2 times\n4 procs"
339+
}
340+
]
293341
}
294342
],
295343
"Block Executor Benchmark": [

0 commit comments

Comments
 (0)