Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for c1ebf1b
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Aug 16, 2024
1 parent 552fa5d commit 356dc99
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": 1723817091028,
"lastUpdate": 1723823657362,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -16180,6 +16180,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": "c1ebf1b86e809294dbacfc40cc651c84bc8dcf95",
"message": "feat(dojo-lang): add systems to contract's manifest and fix `DojoAuxData` gathering (#2309)\n\n* fix: ensure contract address for deployed contract is correct\r\n\r\n* fix: fix compiler aux data to correctly fill dojo contract data\r\n\r\n* fix: remove prints",
"timestamp": "2024-08-16T11:34:55-04:00",
"tree_id": "b38176655048ddf94432637e473ff054cb7d9b99",
"url": "https://github.com/dojoengine/dojo/commit/c1ebf1b86e809294dbacfc40cc651c84bc8dcf95"
},
"date": 1723823656329,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 17653571,
"range": "± 214162",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 3773665,
"range": "± 95428",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 3922290799,
"range": "± 849954348",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 3946190,
"range": "± 131724",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 356dc99

Please sign in to comment.