Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 894478e
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 24, 2025
1 parent b9fa651 commit be6900d
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": 1737743886381,
"lastUpdate": 1737744000673,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -47608,6 +47608,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": "894478e5748b1ebf2d57182c6d87c87aa7171f92",
"message": "feat(katana): simplify genesis class (#2948)",
"timestamp": "2025-01-25T02:21:52+08:00",
"tree_id": "5858c6b1df4bd2e06e4998d578f047ec4c96f5ad",
"url": "https://github.com/dojoengine/dojo/commit/894478e5748b1ebf2d57182c6d87c87aa7171f92"
},
"date": 1737743998642,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 2437744,
"range": "± 40362",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 7997165,
"range": "± 311648",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 2521687690,
"range": "± 194799523",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 7897535,
"range": "± 362956",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit be6900d

Please sign in to comment.