-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add pallet-gear extrinsic weights (customSmallerIsBetter) benchmark r…
…esult for 6126cc901916c7a013d0d83495f7d4ebe43d20e0
- Loading branch information
github-action-benchmark
committed
Dec 1, 2024
1 parent
c4b2741
commit 911e85c
Showing
1 changed file
with
58 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1733011714674, | ||
"lastUpdate": 1733011739607, | ||
"repoUrl": "https://github.com/gear-tech/gear", | ||
"entries": { | ||
"Gear workspace tests": [ | ||
|
@@ -1523376,6 +1523376,63 @@ window.BENCHMARK_DATA = { | |
"unit": "ns" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"name": "Dmitrii Novikov", | ||
"username": "breathx", | ||
"email": "[email protected]" | ||
}, | ||
"committer": { | ||
"name": "GitHub", | ||
"username": "web-flow", | ||
"email": "[email protected]" | ||
}, | ||
"id": "6126cc901916c7a013d0d83495f7d4ebe43d20e0", | ||
"message": "feat(ethexe): bump programs memory limit to 2GB (#4354)", | ||
"timestamp": "2024-11-28T13:50:02Z", | ||
"url": "https://github.com/gear-tech/gear/commit/6126cc901916c7a013d0d83495f7d4ebe43d20e0" | ||
}, | ||
"date": 1733011722619, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "upload_code", | ||
"value": 37534, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "upload_program", | ||
"value": 28284, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "create_program", | ||
"value": 1, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "send_message", | ||
"value": 0, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "send_reply", | ||
"value": 0, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "claim_value", | ||
"value": 0, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "claim_value_to_inheritor", | ||
"value": 42307, | ||
"unit": "ns" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|