-
Notifications
You must be signed in to change notification settings - Fork 188
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 81b11e9
- Loading branch information
github-action-benchmark
committed
Aug 16, 2024
1 parent
042037b
commit 7c93606
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": 1723734902607, | ||
"lastUpdate": 1723814408543, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -16036,6 +16036,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": "81b11e9da07ebb91e0f5ae46800564bd69ff59ac", | ||
"message": "fix(torii-grpc): world class hash (#2307)\n\n* fix(torii-grpc): world class hash\r\n\r\n* chore\r\n\r\n* chore: world", | ||
"timestamp": "2024-08-16T09:00:37-04:00", | ||
"tree_id": "1a76b9bfe341ecadf35eee8620319a15b0ba7e14", | ||
"url": "https://github.com/dojoengine/dojo/commit/81b11e9da07ebb91e0f5ae46800564bd69ff59ac" | ||
}, | ||
"date": 1723814407051, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 17316865, | ||
"range": "± 189066", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1", | ||
"value": 3755712, | ||
"range": "± 165965", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1000", | ||
"value": 3903681876, | ||
"range": "± 866590864", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Invoke.ERC20.transfer/Blockifier.Cold", | ||
"value": 3936513, | ||
"range": "± 29109", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|