Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for d5e2f9d
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Aug 8, 2024
1 parent feb3531 commit c616e7a
Showing 1 changed file with 49 additions and 1 deletion.
50 changes: 49 additions & 1 deletion data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1723144033885,
"lastUpdate": 1723146026737,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -14644,6 +14644,54 @@ 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": "d5e2f9d5c58a7ca1fffb72b7064194423c17a67c",
"message": "fix(controller): wait for controller to be deployed (#2278)\n\nwait until account is deployed",
"timestamp": "2024-08-09T03:20:50+08:00",
"tree_id": "2a65b4cfcb5d3fa1e23d84c2d5cee22066a17fcb",
"url": "https://github.com/dojoengine/dojo/commit/d5e2f9d5c58a7ca1fffb72b7064194423c17a67c"
},
"date": 1723146025328,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 17591100,
"range": "± 499302",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 4177464,
"range": "± 298559",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 3877054616,
"range": "± 884804019",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 4010777,
"range": "± 332884",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit c616e7a

Please sign in to comment.