-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (cargo) benchmark result for 32a3c76
- Loading branch information
github-action-benchmark
committed
Jan 25, 2024
1 parent
e0697fb
commit bb5c54e
Showing
1 changed file
with
31 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": 1706225342674, | ||
"lastUpdate": 1706227081187, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -298,6 +298,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Ammar Arif", | ||
"username": "kariy" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "32a3c76869dedbf1003bae1f41267be8579a2b31", | ||
"message": "refactor(sozo-migrate): de-debug error formatting (#1454)\n\n* fix\r\n\r\n* add verbose print on errors that can hide starknet data\r\n\r\nCurrently, there is some data missing to be printed out\r\nby starknet-rs. ContractError reason for instance is never printed.\r\nThe idea here is to have a bit more context with sozo if a user\r\nis stuck during migration.\r\nThis commit starts work for the #1409 issue to add more logging\r\nto sozo.\r\n\r\n* remove debug printing in anyhow error\r\n\r\n---------\r\n\r\nCo-authored-by: glihm <[email protected]>", | ||
"timestamp": "2024-01-25T17:48:51-06:00", | ||
"tree_id": "4d953427f851471958e282fa1b3b184520a62fb2", | ||
"url": "https://github.com/dojoengine/dojo/commit/32a3c76869dedbf1003bae1f41267be8579a2b31" | ||
}, | ||
"date": 1706227080717, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 991201, | ||
"range": "± 30272", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|