-
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 ebed9bd
- Loading branch information
github-action-benchmark
committed
Aug 14, 2024
1 parent
c95cda9
commit bbc8b3a
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": 1723658858716, | ||
"lastUpdate": 1723658956773, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -15652,6 +15652,54 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "glihm", | ||
"username": "glihm" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "ebed9bd2d278c31e677722e8802bf47e487c6bdf", | ||
"message": "fix: ensure migrators are on block pending + display contract address (#2293)\n\n* fix: ensure contract address is showed without -vvv flag\r\n\r\n* fix: ensure migrators are on block pending", | ||
"timestamp": "2024-08-14T13:50:03-04:00", | ||
"tree_id": "e2ec59f670cf1e5bed3d722f5159f85531f7639c", | ||
"url": "https://github.com/dojoengine/dojo/commit/ebed9bd2d278c31e677722e8802bf47e487c6bdf" | ||
}, | ||
"date": 1723658955917, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 17534315, | ||
"range": "± 137296", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1", | ||
"value": 3872216, | ||
"range": "± 209327", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1000", | ||
"value": 3834821706, | ||
"range": "± 800073113", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Invoke.ERC20.transfer/Blockifier.Cold", | ||
"value": 3886726, | ||
"range": "± 33326", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|