Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for ae41d8c
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 25, 2024
1 parent 77d2329 commit 6edade5
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": 1727302081484,
"lastUpdate": 1727302170894,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -22564,6 +22564,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": "ae41d8c2a41454a55eef2f8ff11b202fcbbb5bbd",
"message": "Bump `blockifier` to fix `DeployAccount` tx not respecting disable fee flag (#2478)",
"timestamp": "2024-09-26T05:51:37+08:00",
"tree_id": "ef9de5c6d461e90df3f1fe3cf0df5036c78b6802",
"url": "https://github.com/dojoengine/dojo/commit/ae41d8c2a41454a55eef2f8ff11b202fcbbb5bbd"
},
"date": 1727302169719,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 15820481,
"range": "± 291093",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 4986033,
"range": "± 290379",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 2649338109,
"range": "± 230789626",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 4183445,
"range": "± 418180",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 6edade5

Please sign in to comment.