Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 3f82a31
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 9, 2024
1 parent 333f87c commit 588780b
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": 1728490992368,
"lastUpdate": 1728491133218,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -24046,6 +24046,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": "3f82a3111f8ab0619ad93b9157c4efc9cad94a4f",
"message": "Remove call to `cartridge_deployController` for Controller deployment (#2509)\n\n* remove call to `cartridge_deployController`\r\n\r\n* typo",
"timestamp": "2024-10-09T12:06:24-04:00",
"tree_id": "1796a910aaaf0bbfdc8e721e771720bf32bdcef6",
"url": "https://github.com/dojoengine/dojo/commit/3f82a3111f8ab0619ad93b9157c4efc9cad94a4f"
},
"date": 1728491131945,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 16450880,
"range": "± 258686",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 3870174,
"range": "± 112436",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 3719820448,
"range": "± 736588411",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 3872022,
"range": "± 74101",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 588780b

Please sign in to comment.