-
Notifications
You must be signed in to change notification settings - Fork 190
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 7788827
- Loading branch information
github-action-benchmark
committed
Jan 24, 2025
1 parent
e6175b7
commit c4d02b7
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": 1737750748808, | ||
"lastUpdate": 1737750883929, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -47686,6 +47686,54 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Ammar Arif", | ||
"username": "kariy" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "778882738049ccdcd09bdfb9eab0bf1aaf92a43c", | ||
"message": "chore: rm `saya` (#2951)", | ||
"timestamp": "2025-01-25T04:15:58+08:00", | ||
"tree_id": "929a17e52d116a7d8b220ba777714c5551b1ae98", | ||
"url": "https://github.com/dojoengine/dojo/commit/778882738049ccdcd09bdfb9eab0bf1aaf92a43c" | ||
}, | ||
"date": 1737750880954, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 2539744, | ||
"range": "± 62218", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1", | ||
"value": 8491672, | ||
"range": "± 938917", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1000", | ||
"value": 2744332927, | ||
"range": "± 225306786", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Invoke.ERC20.transfer/Blockifier.Cold", | ||
"value": 7810697, | ||
"range": "± 804815", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|