Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 454f2b2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Aug 16, 2024
1 parent 204da6f commit 552fa5d
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": 1723814590804,
"lastUpdate": 1723817091028,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -16132,6 +16132,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": "454f2b2eb81e26a91b0bb93f5c3e60fde21f1396",
"message": "fix: improve world's error messages (#2305)\n\n* fix: improve world's error messages when possible\r\n\r\n* fix: udpate new world class hash\r\n\r\n* fix: fix tests",
"timestamp": "2024-08-16T09:45:33-04:00",
"tree_id": "1f1b39581d2f9d1eea7ad4b335b47d66911fa943",
"url": "https://github.com/dojoengine/dojo/commit/454f2b2eb81e26a91b0bb93f5c3e60fde21f1396"
},
"date": 1723817090193,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 17193602,
"range": "± 208776",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 3915787,
"range": "± 204533",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 3735399880,
"range": "± 813949362",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 4009800,
"range": "± 183598",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 552fa5d

Please sign in to comment.