-
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 6ce236b4f84622005c1da7a4c42cd23f106b9393
- Loading branch information
github-action-benchmark
committed
Jan 17, 2025
1 parent
302f9cc
commit 341c499
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": 1737073076238, | ||
"lastUpdate": 1737073102288, | ||
"repoUrl": "https://github.com/gear-tech/gear", | ||
"entries": { | ||
"Gear workspace tests": [ | ||
|
@@ -1634872,6 +1634872,63 @@ window.BENCHMARK_DATA = { | |
"unit": "ns" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"name": "Gregory Sobol", | ||
"username": "grishasobol", | ||
"email": "[email protected]" | ||
}, | ||
"committer": { | ||
"name": "GitHub", | ||
"username": "web-flow", | ||
"email": "[email protected]" | ||
}, | ||
"id": "6ce236b4f84622005c1da7a4c42cd23f106b9393", | ||
"message": "chore: rename WAMV to Wasm VM (#4437)", | ||
"timestamp": "2025-01-13T19:24:16Z", | ||
"url": "https://github.com/gear-tech/gear/commit/6ce236b4f84622005c1da7a4c42cd23f106b9393" | ||
}, | ||
"date": 1737073084633, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "upload_code", | ||
"value": 40401, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "upload_program", | ||
"value": 30552, | ||
"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": 41127, | ||
"unit": "ns" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|