Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump versions to 0.1.11 #88

Merged
merged 1 commit into from
Mar 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions canbench-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ keywords = ["benchmark", "canister", "ic", "internet-computer", "perf"]
license = "Apache-2.0"
readme = "../README.md"
repository = "https://github.com/dfinity/canbench"
version = "0.1.10"
version = "0.1.11"

[[bin]]
name = "canbench"
path = "src/main.rs"

[dependencies]
canbench-rs = { path = "../canbench-rs", version = "0.1.10" }
canbench-rs = { path = "../canbench-rs", version = "0.1.11" }
candid.workspace = true
clap.workspace = true
colored.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion canbench-bin/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ fn newer_version() {
.run(|output| {
assert_err!(
output,
"canbench is at version 0.1.10 while the results were generated with version 99.0.0. Please upgrade canbench.
"canbench is at version 0.1.11 while the results were generated with version 99.0.0. Please upgrade canbench.
"
);
});
Expand Down
2 changes: 1 addition & 1 deletion canbench-rs-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "canbench-rs-macros"
repository = "https://github.com/dfinity/canbench"
version = "0.1.10"
version = "0.1.11"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
4 changes: 2 additions & 2 deletions canbench-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ keywords = ["benchmark", "canister", "ic", "internet-computer", "perf"]
license = "Apache-2.0"
readme = "../README.md"
repository = "https://github.com/dfinity/canbench"
version = "0.1.10"
version = "0.1.11"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
path = "src/lib.rs"

[dependencies]
canbench-rs-macros = { path = "../canbench-rs-macros", version = "0.1.10" }
canbench-rs-macros = { path = "../canbench-rs-macros", version = "0.1.11" }
candid.workspace = true
ic-cdk.workspace = true
serde.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion examples/btreemap_vs_hashmap/canbench_results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ benches:
heap_increase: 0
stable_memory_increase: 0
scopes: {}
version: 0.1.10
version: 0.1.11
2 changes: 1 addition & 1 deletion examples/fibonacci/canbench_results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ benches:
heap_increase: 0
stable_memory_increase: 0
scopes: {}
version: 0.1.10
version: 0.1.11