-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Upgrade Rust toolchain to 1.84 (#83)
The upgrade is required by the dfinity/stable-structures#267
- Loading branch information
1 parent
e10df83
commit 6f662ee
Showing
9 changed files
with
31 additions
and
31 deletions.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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,28 +1,28 @@ | ||
benches: | ||
insert_users: | ||
total: | ||
instructions: 2570835903 | ||
instructions: 2554172078 | ||
heap_increase: 871 | ||
stable_memory_increase: 0 | ||
scopes: {} | ||
pre_upgrade_bench: | ||
total: | ||
instructions: 743977526 | ||
instructions: 807868600 | ||
heap_increase: 519 | ||
stable_memory_increase: 184 | ||
scopes: | ||
serialize_state: | ||
instructions: 729045047 | ||
instructions: 792936247 | ||
heap_increase: 519 | ||
stable_memory_increase: 0 | ||
writing_to_stable_memory: | ||
instructions: 14930540 | ||
instructions: 14930479 | ||
heap_increase: 0 | ||
stable_memory_increase: 184 | ||
remove_users: | ||
total: | ||
instructions: 2072135114 | ||
instructions: 2109060905 | ||
heap_increase: 0 | ||
stable_memory_increase: 0 | ||
scopes: {} | ||
version: 0.1.5 | ||
version: 0.1.9 |
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,14 +1,14 @@ | ||
benches: | ||
fibonacci_20: | ||
total: | ||
instructions: 2224 | ||
instructions: 2187 | ||
heap_increase: 0 | ||
stable_memory_increase: 0 | ||
scopes: {} | ||
fibonacci_45: | ||
total: | ||
instructions: 3011 | ||
instructions: 2925 | ||
heap_increase: 0 | ||
stable_memory_increase: 0 | ||
scopes: {} | ||
version: 0.1.1 | ||
version: 0.1.9 |
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,3 +1,3 @@ | ||
[toolchain] | ||
channel = "1.75.0" # NOTE: remember to update CI as well. | ||
channel = "1.84.0" # NOTE: remember to update CI as well. | ||
targets = ["wasm32-unknown-unknown"] |
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,9 +1,8 @@ | ||
# The results in this file are artificial and are designed to trigger | ||
# certain scenarios. | ||
benches: | ||
state_check: | ||
total: | ||
heap_delta: 0 | ||
instructions: 804 | ||
stable_memory_delta: 0 | ||
version: 0.1.0 | ||
instructions: 872 | ||
heap_increase: 0 | ||
stable_memory_increase: 0 | ||
scopes: {} | ||
version: 0.1.9 |
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