Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for dc46e9c
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Aug 9, 2024
1 parent 923a4a4 commit a410cd4
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": 1723188847862,
"lastUpdate": 1723213823927,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -14740,6 +14740,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": "dc46e9c689b2571a51200964ffc927b883a081eb",
"message": "refactor(torii-grpc): correct pagination logic for grpc query member (#2256)\n\n* refactor(torii-grpc): correct pagination logic for grpc query member\r\n\r\n* fix: sql uqery\r\n\r\n* fix: order by\r\n\r\n* refactor: order by event id\r\n\r\n* fmt\r\n\r\n* fix: tests",
"timestamp": "2024-08-09T10:10:17-04:00",
"tree_id": "4b1286338d23c57c989887c3d5c759a094b255f1",
"url": "https://github.com/dojoengine/dojo/commit/dc46e9c689b2571a51200964ffc927b883a081eb"
},
"date": 1723213822569,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 17379216,
"range": "± 205460",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 3904427,
"range": "± 232691",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 3999320300,
"range": "± 752887105",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 4701260,
"range": "± 594260",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit a410cd4

Please sign in to comment.