Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 97b679b
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 21, 2024
1 parent 7b4d27b commit 1f6219d
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": 1729524319016,
"lastUpdate": 1729524484746,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -27322,6 +27322,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": "97b679be7f64711ce5b9f636ce7754083a2ddb98",
"message": "feat(katana-pool): invalidate declare tx if the class already exists (#2564)",
"timestamp": "2024-10-21T23:08:59+08:00",
"tree_id": "886aa4a9de1f8c2d57dc817843477a2bf478e661",
"url": "https://github.com/dojoengine/dojo/commit/97b679be7f64711ce5b9f636ce7754083a2ddb98"
},
"date": 1729524483023,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 15448175,
"range": "± 233609",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 4268115,
"range": "± 23487",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 3588633199,
"range": "± 769757037",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 4491646,
"range": "± 64755",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 1f6219d

Please sign in to comment.