Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 8d077cc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Aug 5, 2024
1 parent 0132907 commit 047da40
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": 1722899839376,
"lastUpdate": 1722900095477,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -14452,6 +14452,54 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Larko",
"username": "Larkooo"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "8d077cccd23158f5e624e6c651ed60b7461ee9a7",
"message": "fix(torii-grpc): deser from db for grpc enums (#2259)\n\n* fix(torii-grpc): deser from db for grpc enums\r\n\r\n* refactor: fix broken type name from contributor\r\n\r\n* revert\r\n\r\n* chore: more helpful comment\r\n\r\n* refactor: enum type name\r\n\r\n* fmt",
"timestamp": "2024-08-05T19:02:07-04:00",
"tree_id": "02daa07ef9c2e5f3889244d15b115267e9a6e829",
"url": "https://github.com/dojoengine/dojo/commit/8d077cccd23158f5e624e6c651ed60b7461ee9a7"
},
"date": 1722900094067,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 17377624,
"range": "± 287423",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 3760331,
"range": "± 124647",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 3793642967,
"range": "± 839429611",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 4068888,
"range": "± 314080",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 047da40

Please sign in to comment.