File tree Expand file tree Collapse file tree 7 files changed +17
-17
lines changed
Expand file tree Collapse file tree 7 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ license = "Apache-2.0"
77readme = " ../README.md"
88repository = " 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 ]]
1313name = " canbench"
1414path = " 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 " }
1818candid.workspace = true
1919clap.workspace = true
2020colored.workspace = true
Original file line number Diff line number Diff 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 } ) ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ edition = "2021"
44license = " Apache-2.0"
55name = " canbench-rs-macros"
66repository = " 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
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ license = "Apache-2.0"
77readme = " ../README.md"
88repository = " 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 ]
1515path = " 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 " }
1919candid.workspace = true
2020ic-cdk.workspace = true
2121serde.workspace = true
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments