Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for e9f286c
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 3, 2024
1 parent 4a759f5 commit 3215604
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": 1733250332977,
"lastUpdate": 1733250561345,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -37858,6 +37858,54 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "glihm",
"username": "glihm"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "e9f286c14f5952604bec915719c14b7f2d7b4233",
"message": "fix: remove dbg (#2757)",
"timestamp": "2024-12-03T12:08:55-06:00",
"tree_id": "25dce77f672fc12b0f133b235fd37975c9e0cf5a",
"url": "https://github.com/dojoengine/dojo/commit/e9f286c14f5952604bec915719c14b7f2d7b4233"
},
"date": 1733250559138,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 2448526,
"range": "± 79911",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 9064456,
"range": "± 611479",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 3729518145,
"range": "± 795558529",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 7836786,
"range": "± 84559",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 3215604

Please sign in to comment.