-
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 09762ad
- Loading branch information
github-action-benchmark
committed
Apr 4, 2024
1 parent
7923820
commit 7a72ee9
Showing
1 changed file
with
31 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": 1712237016142, | ||
"lastUpdate": 1712246482472, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -4378,6 +4378,36 @@ 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": "09762ad2e8b257ce7f300b13cd218f221c4b862d", | ||
"message": "[sozo] feat: sozo migrate commands and new manifest tree (#1767)\n\n* refactor: move manifest.rs into its own module\r\n\r\n* feat: add `original_class_hash` to manifest files\r\n\r\n* feat: add ability to migrate the world\r\n\r\n* fix world migration bug\r\n\r\n* add base_classs_hash in `DojoContract`s\r\n\r\n* fix: ensure overlays contracts can be omitted + re-run tests\r\n\r\n* fix: ensure world is upgraded anytime a diff is observed\r\n\r\n* feat: add upgrade message for dojo contract + fix tests\r\n\r\n* fix: add missing tests for AbiFormat\r\n\r\n* fix: write json without empty line at EOF\r\n\r\n* feat: add profile subfolders for manifests\r\n\r\n* fix: adjust bindgen to new manifest paths\r\n\r\n* fix: regenerate manifests\r\n\r\n* fix: fix tests\r\n\r\n* feat: use fully qualified path for manifests files\r\n\r\n* fix: update generated files\r\n\r\n* fix: adjust tests with new manifests\r\n\r\n* feat: separate migrate into two commands\r\n\r\n* ci: remove ensure-windows for now as we only recommend WSL\r\n\r\n* fix: regenerate manifests\r\n\r\n* fix: add test for dry run migration:\r\n\r\n* fix: tests to be reworked\r\n\r\n---------\r\n\r\nCo-authored-by: lambda-0x <[email protected]>", | ||
"timestamp": "2024-04-04T11:53:07-04:00", | ||
"tree_id": "cc0b490773d0458157a1a6b6ec1f659c1f7ffb5a", | ||
"url": "https://github.com/dojoengine/dojo/commit/09762ad2e8b257ce7f300b13cd218f221c4b862d" | ||
}, | ||
"date": 1712246481751, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 16891336, | ||
"range": "± 176568", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|