Skip to content

Commit 0b3505b

Browse files
authored
chore: bump version to v.0.1.18 (#140)
1 parent 9d01b8e commit 0b3505b

9 files changed

Lines changed: 19 additions & 19 deletions

File tree

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.1.17"
10+
version = "0.1.18"
1111

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

1616
[dependencies]
17-
canbench-rs = { path = "../canbench-rs", version = "0.1.17" }
17+
canbench-rs = { path = "../canbench-rs", version = "0.1.18" }
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
@@ -276,7 +276,7 @@ fn newer_version() {
276276
.run(|output| {
277277
assert_err!(
278278
output,
279-
"canbench is at version 0.1.17 while the results were generated with version 99.0.0. Please upgrade canbench.
279+
"canbench is at version 0.1.18 while the results were generated with version 99.0.0. Please upgrade canbench.
280280
"
281281
);
282282
});

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.1.17"
7+
version = "0.1.18"
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.1.17"
10+
version = "0.1.18"
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.1.17" }
18+
canbench-rs-macros = { path = "../canbench-rs-macros", version = "0.1.18" }
1919
candid.workspace = true
2020
ic-cdk.workspace = true
2121
serde.workspace = true
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
status,name,instructions,instructions Δ,instructions Δ%,heap_increase,heap_increase Δ,heap_increase Δ%,stable_memory_increase,stable_memory_increase Δ,stable_memory_increase Δ%
22
,insert_users,2558172165,0,0.00%,871,0,0.00%,0,0,0.00%
3-
,pre_upgrade_bench,486879968,210,0.00%,519,0,0.00%,184,0,0.00%
4-
,pre_upgrade_bench::serialize_state,423940341,210,0.00%,519,0,0.00%,0,0,0.00%
3+
,pre_upgrade_bench,486878896,-1072,-0.00%,519,0,0.00%,184,0,0.00%
4+
,pre_upgrade_bench::serialize_state,423939269,-1072,-0.00%,519,0,0.00%,0,0,0.00%
55
,pre_upgrade_bench::writing_to_stable_memory,62932528,0,0.00%,0,0,0.00%,184,0,0.00%
66
,remove_users,2109136823,0,0.00%,0,0,0.00%,0,0,0.00%

examples/btreemap_vs_hashmap/canbench_results.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ benches:
77
scopes: {}
88
pre_upgrade_bench:
99
total:
10-
instructions: 486879968
10+
instructions: 486878896
1111
heap_increase: 519
1212
stable_memory_increase: 184
1313
scopes:
1414
serialize_state:
15-
instructions: 423940341
15+
instructions: 423939269
1616
heap_increase: 519
1717
stable_memory_increase: 0
1818
writing_to_stable_memory:
@@ -25,4 +25,4 @@ benches:
2525
heap_increase: 0
2626
stable_memory_increase: 0
2727
scopes: {}
28-
version: 0.1.17
28+
version: 0.1.18
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
status,name,instructions,instructions Δ,instructions Δ%,heap_increase,heap_increase Δ,heap_increase Δ%,stable_memory_increase,stable_memory_increase Δ,stable_memory_increase Δ%
2-
,fibonacci_20,726,-15,-2.02%,0,0,0.00%,0,0,0.00%
3-
,fibonacci_45,1301,-15,-1.14%,0,0,0.00%,0,0,0.00%
4-
,fibonacci_8a,450,-15,-3.23%,0,0,0.00%,0,0,0.00%
2+
,fibonacci_20,726,0,0.00%,0,0,0.00%,0,0,0.00%
3+
,fibonacci_45,1301,0,0.00%,0,0,0.00%,0,0,0.00%
4+
,fibonacci_8a,450,0,0.00%,0,0,0.00%,0,0,0.00%
55
,fibonacci_8b,207,0,0.00%,0,0,0.00%,0,0,0.00%
6-
,fibonacci_8c,391,-15,-3.69%,0,0,0.00%,0,0,0.00%
6+
,fibonacci_8c,391,0,0.00%,0,0,0.00%,0,0,0.00%

examples/fibonacci/canbench_results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ benches:
2929
heap_increase: 0
3030
stable_memory_increase: 0
3131
scopes: {}
32-
version: 0.1.17
32+
version: 0.1.18

0 commit comments

Comments
 (0)