Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 39f60a8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Aug 9, 2024
1 parent c616e7a commit 923a4a4
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": 1723146026737,
"lastUpdate": 1723188847862,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -14692,6 +14692,54 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Oche",
"username": "EjembiEmmanuel"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "39f60a88b7140d94c577e9dd50a680d107f8f28d",
"message": "feat: implement sozo init versioning (#2262)\n\n* feat: implement sozo init versioning\r\n\r\n* refac: improve error handling\r\n\r\n* feat: fallback to latest version if specific tag is unavailable\r\n\r\n* fix: require specifying argument for `template`\r\n\r\n* test: refact sozo test_init\r\n\r\n* refac: change init warning msg\r\n\r\n* fix: fix linting isuues\r\n\r\n* fix: fix linting issues\r\n\r\n---------\r\n\r\nCo-authored-by: lambda-0x <[email protected]>",
"timestamp": "2024-08-09T12:44:40+05:30",
"tree_id": "3a90154704861a053591f97e8309b8a52b55d27b",
"url": "https://github.com/dojoengine/dojo/commit/39f60a88b7140d94c577e9dd50a680d107f8f28d"
},
"date": 1723188847033,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 17364857,
"range": "± 604776",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 3775002,
"range": "± 141882",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 4042616349,
"range": "± 840669117",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 4045404,
"range": "± 116571",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 923a4a4

Please sign in to comment.