Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 57cfe1e
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 18, 2025
1 parent 1b2ab0a commit 04a8592
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": 1737236768520,
"lastUpdate": 1737236898581,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -46438,6 +46438,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": "57cfe1ed1e7de0564a880996b7fee4466dcb0a3e",
"message": "feat(katana): settlement layer initialization flow improvement (#2926)",
"timestamp": "2025-01-19T05:29:56+08:00",
"tree_id": "429d2785a5164f654b25583da5a250bd7e0d3b53",
"url": "https://github.com/dojoengine/dojo/commit/57cfe1ed1e7de0564a880996b7fee4466dcb0a3e"
},
"date": 1737236896332,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 2463907,
"range": "± 45216",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 7987228,
"range": "± 354187",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 2707824259,
"range": "± 226438884",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 7692446,
"range": "± 123695",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 04a8592

Please sign in to comment.