Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 1b75ac9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Aug 1, 2024
1 parent 786f5d5 commit 040ba0c
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": 1722541922631,
"lastUpdate": 1722544892725,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -13828,6 +13828,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": "1b75ac9deea8a17fe1b686b77651f1b9647132cb",
"message": "refactor(sozo): deploy controller account if not exist (#2242)",
"timestamp": "2024-08-02T04:23:52+08:00",
"tree_id": "ee45ea069561f49c67d7316ce2303159c80d589c",
"url": "https://github.com/dojoengine/dojo/commit/1b75ac9deea8a17fe1b686b77651f1b9647132cb"
},
"date": 1722544892079,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 16846168,
"range": "± 94123",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 4678846,
"range": "± 35181",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 3195487529,
"range": "± 585638265",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 4853799,
"range": "± 37413",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 040ba0c

Please sign in to comment.