Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for e6bab2d
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 19, 2024
1 parent c8a64a1 commit b2d266f
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": 1729300498482,
"lastUpdate": 1729300673879,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -27010,6 +27010,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": "e6bab2d0066c3cf1acfc5ee41a27294b5b23697d",
"message": "refactor(katana): rename starknet config to execution config (#2557)",
"timestamp": "2024-10-19T08:58:47+08:00",
"tree_id": "4858d3acac65cb36b18fb2db55da90e0d6a443ee",
"url": "https://github.com/dojoengine/dojo/commit/e6bab2d0066c3cf1acfc5ee41a27294b5b23697d"
},
"date": 1729300671805,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 16455504,
"range": "± 622638",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 4288867,
"range": "± 89748",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 3627870611,
"range": "± 775174481",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 4489438,
"range": "± 96961",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit b2d266f

Please sign in to comment.