Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 32a3c76
Browse files Browse the repository at this point in the history
  • 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.
32 changes: 31 additions & 1 deletion data.js
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": [
Expand Down Expand Up @@ -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"
}
]
}
]
}
Expand Down

0 comments on commit bb5c54e

Please sign in to comment.