Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 77042b1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 13, 2024
1 parent 8f414d2 commit 970475a
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": 1728790064591,
"lastUpdate": 1728790246522,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -25138,6 +25138,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": "77042b16c2002cf22a1529204ae7102420dcc634",
"message": "chore(katana-pool): move to different module (#2528)",
"timestamp": "2024-10-13T11:12:07+08:00",
"tree_id": "1922762bf69e2c625bdec9195db579add5249191",
"url": "https://github.com/dojoengine/dojo/commit/77042b16c2002cf22a1529204ae7102420dcc634"
},
"date": 1728790245160,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 16105158,
"range": "± 291448",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 4309588,
"range": "± 211111",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 3546890788,
"range": "± 727690522",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 4430927,
"range": "± 34098",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 970475a

Please sign in to comment.