-
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 6878242
- Loading branch information
github-action-benchmark
committed
Aug 13, 2024
1 parent
dd63ef4
commit a3e51cd
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": 1723514023928, | ||
"lastUpdate": 1723516585424, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -15556,6 +15556,54 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "glihm", | ||
"username": "glihm" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "glihm", | ||
"username": "glihm" | ||
}, | ||
"distinct": true, | ||
"id": "6878242e120d3135d3bc1bb94135d7135693069b", | ||
"message": "fix: ensure slot hidden accounts are skipped", | ||
"timestamp": "2024-08-12T22:11:07-04:00", | ||
"tree_id": "51fff007b511f6dbb61992e106f4db115a98e66c", | ||
"url": "https://github.com/dojoengine/dojo/commit/6878242e120d3135d3bc1bb94135d7135693069b" | ||
}, | ||
"date": 1723516584662, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 17652422, | ||
"range": "± 584122", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1", | ||
"value": 3802003, | ||
"range": "± 99298", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1000", | ||
"value": 3630477635, | ||
"range": "± 801354550", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Invoke.ERC20.transfer/Blockifier.Cold", | ||
"value": 3953938, | ||
"range": "± 67872", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|