-
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 97ea6b0
- Loading branch information
github-action-benchmark
committed
Jul 19, 2024
1 parent
55e3e4c
commit de2d8ae
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": 1721330503013, | ||
"lastUpdate": 1721359971856, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -12052,6 +12052,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": "97ea6b0e3b2012b0a8ce3be2c7fca325197a8e13", | ||
"message": "bench(katana-executor): measure cached state concurrency (#2190)", | ||
"timestamp": "2024-07-19T11:14:27+08:00", | ||
"tree_id": "a239c9afea543c5c3e76e60b120165d241ec673e", | ||
"url": "https://github.com/dojoengine/dojo/commit/97ea6b0e3b2012b0a8ce3be2c7fca325197a8e13" | ||
}, | ||
"date": 1721359971163, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 17051706, | ||
"range": "± 723048", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1", | ||
"value": 5159278, | ||
"range": "± 367806", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1000", | ||
"value": 3375706762, | ||
"range": "± 645137583", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Invoke.ERC20.transfer/Blockifier.Cold", | ||
"value": 5207430, | ||
"range": "± 98208", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|