-
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 e2ed073
- Loading branch information
github-action-benchmark
committed
Aug 21, 2024
1 parent
4d253ed
commit b89ecb7
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": 1724273614241, | ||
"lastUpdate": 1724276813515, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -16564,6 +16564,54 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Tarrence van As", | ||
"username": "tarrencev" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "e2ed07388843c3b688190eac771dbc85e84920fd", | ||
"message": "Prepare release: v1.0.0-alpha.7 (#2324)\n\nCo-authored-by: glihm <[email protected]>", | ||
"timestamp": "2024-08-21T15:28:08-06:00", | ||
"tree_id": "7c342f40db3668a7fc7ad4566d00c137c8cf718c", | ||
"url": "https://github.com/dojoengine/dojo/commit/e2ed07388843c3b688190eac771dbc85e84920fd" | ||
}, | ||
"date": 1724276812516, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 17639576, | ||
"range": "± 141738", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1", | ||
"value": 3784480, | ||
"range": "± 210401", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1000", | ||
"value": 3503353275, | ||
"range": "± 873661809", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Invoke.ERC20.transfer/Blockifier.Cold", | ||
"value": 3912141, | ||
"range": "± 165333", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|