Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for d08c461
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Aug 2, 2024
1 parent 72d51f7 commit 9e4375f
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": 1722555130319,
"lastUpdate": 1722557574266,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -13972,6 +13972,54 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Tarrence van As",
"username": "tarrencev"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "d08c46191fc1b4c4f90816cef4787cb8db02988f",
"message": "Prepare release: v1.0.0-alpha.4 (#2249)",
"timestamp": "2024-08-01T17:55:00-06:00",
"tree_id": "9d34b42703a6ff6acf8135fb2240f042b1ce7d27",
"url": "https://github.com/dojoengine/dojo/commit/d08c46191fc1b4c4f90816cef4787cb8db02988f"
},
"date": 1722557573570,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 17089708,
"range": "± 175388",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 4781760,
"range": "± 99301",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 3315334358,
"range": "± 604221901",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 4846313,
"range": "± 53779",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 9e4375f

Please sign in to comment.