-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (cargo) benchmark result for dc46e9c
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
@@ -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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|