-
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 1d3318a
- Loading branch information
github-action-benchmark
committed
Jul 18, 2024
1 parent
67520da
commit 55e3e4c
Showing
1 changed file
with
37 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": 1721313005155, | ||
"lastUpdate": 1721330503013, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -12016,6 +12016,42 @@ 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": "1d3318a91b34f5b8176382fcf68744390948498a", | ||
"message": "Bump `blockifier` to support Cairo 2.7 (#2180)\n\n* workign bump for blockifier to ver 2.7. of cairo\r\n\r\n* wip\r\n\r\n* wip\r\n\r\n* wip\r\n\r\n* wip\r\n\r\n* wip\r\n\r\n* wip\r\n\r\n* wip\r\n\r\n* wip\r\n\r\n* wip\r\n\r\n* wip\r\n\r\n* no error\r\n\r\n* update resources log\r\n\r\n* remove commented code\r\n\r\n* clippy\r\n\r\n* fmt\r\n\r\n* restore lockfile\r\n\r\n* remove comment\r\n\r\n* remove unused dep\r\n\r\n* fmt\r\n\r\n* wip\r\n\r\n* update blockifier rev\r\n\r\n* fmt\r\n\r\n* Update crates/katana/executor/src/implementation/blockifier/state.rs\r\n\r\nCo-authored-by: glihm <[email protected]>\r\n\r\n* Update crates/katana/executor/src/implementation/blockifier/state.rs\r\n\r\nCo-authored-by: glihm <[email protected]>\r\n\r\n* apply suggestion\r\n\r\n* remove dbg\r\n\r\n---------\r\n\r\nCo-authored-by: glihm <[email protected]>", | ||
"timestamp": "2024-07-18T13:10:09-06:00", | ||
"tree_id": "4ca9d0c979eb5727d47dafbd0129a62a4cb12baf", | ||
"url": "https://github.com/dojoengine/dojo/commit/1d3318a91b34f5b8176382fcf68744390948498a" | ||
}, | ||
"date": 1721330502103, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 16973926, | ||
"range": "± 238438", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Invoke.ERC20.transfer/Blockifier.Cold", | ||
"value": 4835680, | ||
"range": "± 185256", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|