Skip to content

Commit e560c66

Browse files
authored
chore: bump canbench versions to v0.2.1 (#147)
1 parent 72f2104 commit e560c66

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

canbench-bin/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ license = "Apache-2.0"
77
readme = "../README.md"
88
repository = "https://github.com/dfinity/canbench"
99
# NOTE: Update `canbench-rs` version below when this changes.
10-
version = "0.2.0"
10+
version = "0.2.1"
1111

1212
[[bin]]
1313
name = "canbench"
1414
path = "src/main.rs"
1515

1616
[dependencies]
17-
canbench-rs = { path = "../canbench-rs", version = "0.2.0" }
17+
canbench-rs = { path = "../canbench-rs", version = "0.2.1" }
1818
candid.workspace = true
1919
clap.workspace = true
2020
colored.workspace = true

canbench-bin/tests/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ fn newer_version() {
285285
.run(|output| {
286286
assert_err!(
287287
output,
288-
"canbench is at version 0.2.0 while the results were generated with version 99.0.0. Please upgrade canbench.
288+
"canbench is at version 0.2.1 while the results were generated with version 99.0.0. Please upgrade canbench.
289289
"
290290
);
291291
});

canbench-rs-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2021"
44
license = "Apache-2.0"
55
name = "canbench-rs-macros"
66
repository = "https://github.com/dfinity/canbench"
7-
version = "0.2.0"
7+
version = "0.2.1"
88

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

canbench-rs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ license = "Apache-2.0"
77
readme = "../README.md"
88
repository = "https://github.com/dfinity/canbench"
99
# NOTE: Update `canbench-rs-macros` version below when this changes.
10-
version = "0.2.0"
10+
version = "0.2.1"
1111

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

1414
[lib]
1515
path = "src/lib.rs"
1616

1717
[dependencies]
18-
canbench-rs-macros = { path = "../canbench-rs-macros", version = "0.2.0" }
18+
canbench-rs-macros = { path = "../canbench-rs-macros", version = "0.2.1" }
1919
candid.workspace = true
2020
ic-cdk.workspace = true
2121
serde.workspace = true

examples/btreemap_vs_hashmap/canbench_results.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,32 @@ benches:
22
insert_users:
33
total:
44
calls: 1
5-
instructions: 2558172165
6-
heap_increase: 871
5+
instructions: 2558172740
6+
heap_increase: 872
77
stable_memory_increase: 0
88
scopes: {}
99
pre_upgrade_bench:
1010
total:
1111
calls: 1
12-
instructions: 486879718
12+
instructions: 486886999
1313
heap_increase: 519
1414
stable_memory_increase: 184
1515
scopes:
1616
serialize_state:
1717
calls: 1
18-
instructions: 423940091
18+
instructions: 423947334
1919
heap_increase: 519
2020
stable_memory_increase: 0
2121
writing_to_stable_memory:
2222
calls: 5
23-
instructions: 62932528
23+
instructions: 62932560
2424
heap_increase: 0
2525
stable_memory_increase: 184
2626
remove_users:
2727
total:
2828
calls: 1
29-
instructions: 2109136823
29+
instructions: 2109060849
3030
heap_increase: 0
3131
stable_memory_increase: 0
3232
scopes: {}
33-
version: 0.2.0
33+
version: 0.2.1

examples/fibonacci/canbench_results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ benches:
3434
heap_increase: 0
3535
stable_memory_increase: 0
3636
scopes: {}
37-
version: 0.2.0
37+
version: 0.2.1

0 commit comments

Comments
 (0)