-
Notifications
You must be signed in to change notification settings - Fork 184
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 705ebad
- Loading branch information
github-action-benchmark
committed
Aug 5, 2024
1 parent
d405fa2
commit aee9773
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": 1722881973678, | ||
"lastUpdate": 1722882999370, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -14260,6 +14260,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": "705ebad22543e3146af416b84cf6e7d25e9842e4", | ||
"message": "feat: stabilize cairo to `2.7.0` (#2257)\n\n* bump to cairo 2.7.0 stable\r\n\r\n* chore: bump blockifier\r\n\r\n* add missing feature\r\n\r\n* fix: ensure every project is using cairo 2.7.0\r\n\r\n* fix: fix tests and clippy\r\n\r\n* fix: fmt\r\n\r\n* devcontainer: add clippy in nightly toolchain to match rustfmt\r\n\r\n* ci: adjust devcontainter image\r\n\r\n* ci: use 2.7.0 stable\r\n\r\n* fix: update clippy version\r\n\r\n* fix: fix tests\r\n\r\n* fix: fix tests\r\n\r\n---------\r\n\r\nCo-authored-by: Ammar Arif <[email protected]>", | ||
"timestamp": "2024-08-05T14:17:32-04:00", | ||
"tree_id": "650b2555497893d04002ccaaa80936191dae37bd", | ||
"url": "https://github.com/dojoengine/dojo/commit/705ebad22543e3146af416b84cf6e7d25e9842e4" | ||
}, | ||
"date": 1722882998141, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 17222127, | ||
"range": "± 218591", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1", | ||
"value": 4721517, | ||
"range": "± 139902", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1000", | ||
"value": 3440565646, | ||
"range": "± 559207566", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Invoke.ERC20.transfer/Blockifier.Cold", | ||
"value": 4818997, | ||
"range": "± 48158", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|