Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 9aa5b10
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 4, 2024
1 parent c27cd0d commit 8d04090
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": 1733279831137,
"lastUpdate": 1733280112385,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -38092,6 +38092,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": "9aa5b1057e9361fe9230c31ec4ede6600413bc51",
"message": "refactor(katana): fix feeder gateway types (#2760)",
"timestamp": "2024-12-04T10:21:05+08:00",
"tree_id": "424ac2d4142f6d87eb69c03e5b5e0678f795a102",
"url": "https://github.com/dojoengine/dojo/commit/9aa5b1057e9361fe9230c31ec4ede6600413bc51"
},
"date": 1733280110954,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 2446989,
"range": "± 34069",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 8905906,
"range": "± 634146",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 3846010491,
"range": "± 813888095",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 7881807,
"range": "± 235703",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 8d04090

Please sign in to comment.