Skip to content

Commit bc864c6

Browse files
committed
Recompute the benches
1 parent 91112cc commit bc864c6

15 files changed

+334
-263
lines changed

crates/humanode-runtime/assets/benchmark.json

Lines changed: 236 additions & 167 deletions
Large diffs are not rendered by default.

crates/humanode-runtime/src/weights/frame_system.rs

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,32 +16,32 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
1616
// Proof Size summary in bytes:
1717
// Measured: `0`
1818
// Estimated: `0`
19-
// Minimum execution time: 2_000_000 picoseconds.
20-
Weight::from_parts(316_000_000, 0)
19+
// Minimum execution time: 1_000_000 picoseconds.
20+
Weight::from_parts(389_000_000, 0)
2121
}
2222
/// The range of component `b` is `[0, 3932160]`.
2323
fn remark_with_event(_b: u32, ) -> Weight {
2424
// Proof Size summary in bytes:
2525
// Measured: `0`
2626
// Estimated: `0`
2727
// Minimum execution time: 4_000_000 picoseconds.
28-
Weight::from_parts(4_392_000_000, 0)
28+
Weight::from_parts(4_136_000_000, 0)
2929
}
3030
fn set_heap_pages() -> Weight {
3131
// Proof Size summary in bytes:
3232
// Measured: `0`
3333
// Estimated: `0`
34-
// Minimum execution time: 3_000_000 picoseconds.
35-
Weight::from_parts(3_000_000, 0)
34+
// Minimum execution time: 4_000_000 picoseconds.
35+
Weight::from_parts(4_000_000, 0)
3636
.saturating_add(T::DbWeight::get().reads(1))
3737
.saturating_add(T::DbWeight::get().writes(2))
3838
}
3939
fn set_code() -> Weight {
4040
// Proof Size summary in bytes:
4141
// Measured: `0`
4242
// Estimated: `0`
43-
// Minimum execution time: 71_462_000_000 picoseconds.
44-
Weight::from_parts(71_462_000_000, 0)
43+
// Minimum execution time: 70_436_000_000 picoseconds.
44+
Weight::from_parts(70_436_000_000, 0)
4545
.saturating_add(T::DbWeight::get().reads(1))
4646
.saturating_add(T::DbWeight::get().writes(2))
4747
}
@@ -50,26 +50,26 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
5050
// Proof Size summary in bytes:
5151
// Measured: `0`
5252
// Estimated: `0`
53-
// Minimum execution time: 2_000_000 picoseconds.
54-
Weight::from_parts(595_000_000, 0)
53+
// Minimum execution time: 1_000_000 picoseconds.
54+
Weight::from_parts(623_000_000, 0)
5555
.saturating_add(T::DbWeight::get().writes(1000))
5656
}
5757
/// The range of component `i` is `[0, 1000]`.
5858
fn kill_storage(_i: u32, ) -> Weight {
5959
// Proof Size summary in bytes:
6060
// Measured: `0`
6161
// Estimated: `0`
62-
// Minimum execution time: 2_000_000 picoseconds.
63-
Weight::from_parts(635_000_000, 0)
62+
// Minimum execution time: 1_000_000 picoseconds.
63+
Weight::from_parts(497_000_000, 0)
6464
.saturating_add(T::DbWeight::get().writes(1000))
6565
}
6666
/// The range of component `p` is `[0, 1000]`.
6767
fn kill_prefix(_p: u32, ) -> Weight {
6868
// Proof Size summary in bytes:
69-
// Measured: `149 + p * (69 ±0)`
69+
// Measured: `182 + p * (69 ±0)`
7070
// Estimated: `0`
7171
// Minimum execution time: 4_000_000 picoseconds.
72-
Weight::from_parts(1_126_000_000, 0)
72+
Weight::from_parts(1_139_000_000, 0)
7373
.saturating_add(T::DbWeight::get().reads(1000))
7474
.saturating_add(T::DbWeight::get().writes(1000))
7575
}

crates/humanode-runtime/src/weights/pallet_balances.rs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
1515
// Proof Size summary in bytes:
1616
// Measured: `103`
1717
// Estimated: `0`
18-
// Minimum execution time: 35_000_000 picoseconds.
19-
Weight::from_parts(35_000_000, 0)
18+
// Minimum execution time: 39_000_000 picoseconds.
19+
Weight::from_parts(39_000_000, 0)
2020
.saturating_add(T::DbWeight::get().reads(2))
2121
.saturating_add(T::DbWeight::get().writes(2))
2222
}
2323
fn transfer_keep_alive() -> Weight {
2424
// Proof Size summary in bytes:
2525
// Measured: `0`
2626
// Estimated: `0`
27-
// Minimum execution time: 20_000_000 picoseconds.
28-
Weight::from_parts(20_000_000, 0)
27+
// Minimum execution time: 21_000_000 picoseconds.
28+
Weight::from_parts(21_000_000, 0)
2929
.saturating_add(T::DbWeight::get().reads(1))
3030
.saturating_add(T::DbWeight::get().writes(1))
3131
}
@@ -51,26 +51,26 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
5151
// Proof Size summary in bytes:
5252
// Measured: `242`
5353
// Estimated: `0`
54-
// Minimum execution time: 38_000_000 picoseconds.
55-
Weight::from_parts(38_000_000, 0)
54+
// Minimum execution time: 40_000_000 picoseconds.
55+
Weight::from_parts(40_000_000, 0)
5656
.saturating_add(T::DbWeight::get().reads(3))
5757
.saturating_add(T::DbWeight::get().writes(3))
5858
}
5959
fn transfer_all() -> Weight {
6060
// Proof Size summary in bytes:
6161
// Measured: `0`
6262
// Estimated: `0`
63-
// Minimum execution time: 25_000_000 picoseconds.
64-
Weight::from_parts(25_000_000, 0)
63+
// Minimum execution time: 26_000_000 picoseconds.
64+
Weight::from_parts(26_000_000, 0)
6565
.saturating_add(T::DbWeight::get().reads(1))
6666
.saturating_add(T::DbWeight::get().writes(1))
6767
}
6868
fn force_unreserve() -> Weight {
6969
// Proof Size summary in bytes:
7070
// Measured: `103`
7171
// Estimated: `0`
72-
// Minimum execution time: 10_000_000 picoseconds.
73-
Weight::from_parts(10_000_000, 0)
72+
// Minimum execution time: 11_000_000 picoseconds.
73+
Weight::from_parts(11_000_000, 0)
7474
.saturating_add(T::DbWeight::get().reads(1))
7575
.saturating_add(T::DbWeight::get().writes(1))
7676
}
@@ -80,7 +80,7 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
8080
// Measured: `0 + u * (135 ±0)`
8181
// Estimated: `0`
8282
// Minimum execution time: 11_000_000 picoseconds.
83-
Weight::from_parts(8_072_000_000, 0)
83+
Weight::from_parts(8_452_000_000, 0)
8484
.saturating_add(T::DbWeight::get().reads(1000))
8585
.saturating_add(T::DbWeight::get().writes(1000))
8686
}

crates/humanode-runtime/src/weights/pallet_bioauth.rs

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,14 @@ pub struct WeightInfo<T>(PhantomData<T>);
1313
impl<T: frame_system::Config> pallet_bioauth::WeightInfo for WeightInfo<T> {
1414
/// The range of component `a` is `[0, 3071]`.
1515
/// The range of component `n` is `[0, 30719999]`.
16-
fn authenticate(a: u32, n: u32, ) -> Weight {
16+
fn authenticate(_a: u32, n: u32, ) -> Weight {
1717
// Proof Size summary in bytes:
1818
// Measured: `183 + a * (40 ±0) + n * (19 ±0)`
1919
// Estimated: `0`
20-
// Minimum execution time: 119_000_000 picoseconds.
21-
Weight::from_parts(119_000_000, 0)
22-
// Standard Error: 37_557_371
23-
.saturating_add(Weight::from_parts(9_494_887, 0).saturating_mul(a.into()))
24-
// Standard Error: 3_754
25-
.saturating_add(Weight::from_parts(105_457, 0).saturating_mul(n.into()))
20+
// Minimum execution time: 122_000_000 picoseconds.
21+
Weight::from_parts(157_958_999_952, 0)
22+
// Standard Error: 6_643
23+
.saturating_add(Weight::from_parts(110_066, 0).saturating_mul(n.into()))
2624
.saturating_add(T::DbWeight::get().reads(4))
2725
.saturating_add(T::DbWeight::get().writes(2))
2826
}
@@ -31,7 +29,7 @@ impl<T: frame_system::Config> pallet_bioauth::WeightInfo for WeightInfo<T> {
3129
// Proof Size summary in bytes:
3230
// Measured: `0`
3331
// Estimated: `0`
34-
// Minimum execution time: 2_000_000 picoseconds.
32+
// Minimum execution time: 3_000_000 picoseconds.
3533
Weight::from_parts(3_000_000, 0)
3634
.saturating_add(T::DbWeight::get().writes(2))
3735
}
@@ -41,7 +39,7 @@ impl<T: frame_system::Config> pallet_bioauth::WeightInfo for WeightInfo<T> {
4139
// Measured: `141 + a * (40 ±0)`
4240
// Estimated: `0`
4341
// Minimum execution time: 6_000_000 picoseconds.
44-
Weight::from_parts(97_000_000, 0)
42+
Weight::from_parts(98_000_000, 0)
4543
.saturating_add(T::DbWeight::get().reads(2))
4644
.saturating_add(T::DbWeight::get().writes(1))
4745
}

crates/humanode-runtime/src/weights/pallet_evm_accounts_mapping.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ impl<T: frame_system::Config> pallet_evm_accounts_mapping::WeightInfo for Weight
1515
// Proof Size summary in bytes:
1616
// Measured: `132`
1717
// Estimated: `0`
18-
// Minimum execution time: 52_000_000 picoseconds.
19-
Weight::from_parts(52_000_000, 0)
18+
// Minimum execution time: 51_000_000 picoseconds.
19+
Weight::from_parts(51_000_000, 0)
2020
.saturating_add(T::DbWeight::get().reads(4))
2121
.saturating_add(T::DbWeight::get().writes(2))
2222
}
Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// DO NOT EDIT!
2-
//! Autogenerated weights for `pallet_vesting`
2+
//! Autogenerated weights for `pallet_fixed_validators_set`
33
44
#![cfg_attr(rustfmt, rustfmt_skip)]
55
#![allow(unused_parens)]
@@ -8,12 +8,16 @@
88
use frame_support::{traits::Get, weights::Weight};
99
use sp_std::marker::PhantomData;
1010

11-
/// Weight functions for `pallet_vesting`.
11+
/// Weight functions for `pallet_fixed_validators_set`.
1212
pub struct WeightInfo<T>(PhantomData<T>);
1313
impl<T: frame_system::Config> pallet_fixed_validators_set::WeightInfo for WeightInfo<T> {
14-
fn update_set() -> Weight {
15-
Weight::from_parts(35_000_000, 0)
16-
.saturating_add(T::DbWeight::get().reads(6))
17-
.saturating_add(T::DbWeight::get().writes(3))
14+
/// The range of component `x` is `[1, 10]`.
15+
fn update_set(_x: u32, ) -> Weight {
16+
// Proof Size summary in bytes:
17+
// Measured: `0`
18+
// Estimated: `0`
19+
// Minimum execution time: 5_000_000 picoseconds.
20+
Weight::from_parts(5_000_000, 0)
21+
.saturating_add(T::DbWeight::get().writes(1))
1822
}
1923
}

crates/humanode-runtime/src/weights/pallet_humanode_session.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ impl<T: frame_system::Config> pallet_humanode_session::WeightInfo for WeightInfo
1414
/// The range of component `b` is `[0, 3071]`.
1515
fn ban(_b: u32, ) -> Weight {
1616
// Proof Size summary in bytes:
17-
// Measured: `233 + b * (32 ±0)`
17+
// Measured: `266 + b * (32 ±0)`
1818
// Estimated: `0`
1919
// Minimum execution time: 10_000_000 picoseconds.
20-
Weight::from_parts(95_000_000, 0)
20+
Weight::from_parts(147_000_000, 0)
2121
.saturating_add(T::DbWeight::get().reads(2))
2222
.saturating_add(T::DbWeight::get().writes(1))
2323
}
2424
/// The range of component `b` is `[1, 3072]`.
2525
fn unban(_b: u32, ) -> Weight {
2626
// Proof Size summary in bytes:
27-
// Measured: `171 + b * (32 ±0)`
27+
// Measured: `204 + b * (32 ±0)`
2828
// Estimated: `0`
2929
// Minimum execution time: 7_000_000 picoseconds.
30-
Weight::from_parts(92_000_000, 0)
30+
Weight::from_parts(133_000_000, 0)
3131
.saturating_add(T::DbWeight::get().reads(1))
3232
.saturating_add(T::DbWeight::get().writes(1))
3333
}

crates/humanode-runtime/src/weights/pallet_im_online.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ impl<T: frame_system::Config> pallet_im_online::WeightInfo for WeightInfo<T> {
1717
// Proof Size summary in bytes:
1818
// Measured: `260 + k * (32 ±0)`
1919
// Estimated: `0`
20-
// Minimum execution time: 83_000_000 picoseconds.
21-
Weight::from_parts(53_651_014, 0)
22-
// Standard Error: 26_006
23-
.saturating_add(Weight::from_parts(56_056, 0).saturating_mul(k.into()))
24-
// Standard Error: 262_431
25-
.saturating_add(Weight::from_parts(292_929, 0).saturating_mul(e.into()))
20+
// Minimum execution time: 92_000_000 picoseconds.
21+
Weight::from_parts(59_624_533, 0)
22+
// Standard Error: 3_467
23+
.saturating_add(Weight::from_parts(32_032, 0).saturating_mul(k.into()))
24+
// Standard Error: 34_990
25+
.saturating_add(Weight::from_parts(343_434, 0).saturating_mul(e.into()))
2626
.saturating_add(T::DbWeight::get().reads(5))
2727
.saturating_add(T::DbWeight::get().writes(1))
2828
}

crates/humanode-runtime/src/weights/pallet_multisig.rs

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -19,33 +19,33 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
1919
// Minimum execution time: 9_000_000 picoseconds.
2020
Weight::from_parts(9_000_000, 0)
2121
}
22-
/// The range of component `s` is `[2, 128]`.
2322
/// The range of component `z` is `[0, 10000]`.
23+
/// The range of component `s` is `[2, 128]`.
2424
fn as_multi_create(s: u32, z: u32, ) -> Weight {
2525
// Proof Size summary in bytes:
2626
// Measured: `138 + s * (3 ±0)`
2727
// Estimated: `0`
28-
// Minimum execution time: 24_000_000 picoseconds.
29-
Weight::from_parts(20_444_444, 0)
30-
// Standard Error: 6_873
31-
.saturating_add(Weight::from_parts(27_777, 0).saturating_mul(s.into()))
32-
// Standard Error: 86
33-
.saturating_add(Weight::from_parts(1_050, 0).saturating_mul(z.into()))
28+
// Minimum execution time: 27_000_000 picoseconds.
29+
Weight::from_parts(17_349_206, 0)
30+
// Standard Error: 89_351
31+
.saturating_add(Weight::from_parts(75_396, 0).saturating_mul(s.into()))
32+
// Standard Error: 1_125
33+
.saturating_add(Weight::from_parts(1_350, 0).saturating_mul(z.into()))
3434
.saturating_add(T::DbWeight::get().reads(1))
3535
.saturating_add(T::DbWeight::get().writes(1))
3636
}
37-
/// The range of component `s` is `[3, 128]`.
3837
/// The range of component `z` is `[0, 10000]`.
38+
/// The range of component `s` is `[3, 128]`.
3939
fn as_multi_approve(s: u32, z: u32, ) -> Weight {
4040
// Proof Size summary in bytes:
4141
// Measured: `248`
4242
// Estimated: `0`
4343
// Minimum execution time: 17_000_000 picoseconds.
4444
Weight::from_parts(12_904_000, 0)
45-
// Standard Error: 0
45+
// Standard Error: 13_856
4646
.saturating_add(Weight::from_parts(32_000, 0).saturating_mul(s.into()))
47-
// Standard Error: 0
48-
.saturating_add(Weight::from_parts(1_000, 0).saturating_mul(z.into()))
47+
// Standard Error: 173
48+
.saturating_add(Weight::from_parts(1_100, 0).saturating_mul(z.into()))
4949
.saturating_add(T::DbWeight::get().reads(1))
5050
.saturating_add(T::DbWeight::get().writes(1))
5151
}
@@ -55,12 +55,12 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
5555
// Proof Size summary in bytes:
5656
// Measured: `281 + s * (34 ±0)`
5757
// Estimated: `0`
58-
// Minimum execution time: 28_000_000 picoseconds.
59-
Weight::from_parts(13_269_841, 0)
60-
// Standard Error: 75_605
61-
.saturating_add(Weight::from_parts(115_079, 0).saturating_mul(s.into()))
62-
// Standard Error: 952
63-
.saturating_add(Weight::from_parts(1_950, 0).saturating_mul(z.into()))
58+
// Minimum execution time: 31_000_000 picoseconds.
59+
Weight::from_parts(18_809_523, 0)
60+
// Standard Error: 13_746
61+
.saturating_add(Weight::from_parts(95_238, 0).saturating_mul(s.into()))
62+
// Standard Error: 173
63+
.saturating_add(Weight::from_parts(1_400, 0).saturating_mul(z.into()))
6464
.saturating_add(T::DbWeight::get().reads(2))
6565
.saturating_add(T::DbWeight::get().writes(2))
6666
}
@@ -69,8 +69,8 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
6969
// Proof Size summary in bytes:
7070
// Measured: `138 + s * (3 ±0)`
7171
// Estimated: `0`
72-
// Minimum execution time: 19_000_000 picoseconds.
73-
Weight::from_parts(24_000_000, 0)
72+
// Minimum execution time: 20_000_000 picoseconds.
73+
Weight::from_parts(29_000_000, 0)
7474
.saturating_add(T::DbWeight::get().reads(1))
7575
.saturating_add(T::DbWeight::get().writes(1))
7676
}
@@ -80,7 +80,7 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
8080
// Measured: `248`
8181
// Estimated: `0`
8282
// Minimum execution time: 12_000_000 picoseconds.
83-
Weight::from_parts(16_000_000, 0)
83+
Weight::from_parts(19_000_000, 0)
8484
.saturating_add(T::DbWeight::get().reads(1))
8585
.saturating_add(T::DbWeight::get().writes(1))
8686
}
@@ -89,8 +89,8 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
8989
// Proof Size summary in bytes:
9090
// Measured: `345 + s * (2 ±0)`
9191
// Estimated: `0`
92-
// Minimum execution time: 21_000_000 picoseconds.
93-
Weight::from_parts(25_000_000, 0)
92+
// Minimum execution time: 20_000_000 picoseconds.
93+
Weight::from_parts(26_000_000, 0)
9494
.saturating_add(T::DbWeight::get().reads(1))
9595
.saturating_add(T::DbWeight::get().writes(1))
9696
}

crates/humanode-runtime/src/weights/pallet_native_to_evm_swap.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ impl<T: frame_system::Config> pallet_native_to_evm_swap::WeightInfo for WeightIn
1515
// Proof Size summary in bytes:
1616
// Measured: `995`
1717
// Estimated: `0`
18-
// Minimum execution time: 72_000_000 picoseconds.
19-
Weight::from_parts(72_000_000, 0)
18+
// Minimum execution time: 79_000_000 picoseconds.
19+
Weight::from_parts(79_000_000, 0)
2020
.saturating_add(T::DbWeight::get().reads(10))
2121
.saturating_add(T::DbWeight::get().writes(5))
2222
}
2323
fn swap_keep_alive() -> Weight {
2424
// Proof Size summary in bytes:
2525
// Measured: `995`
2626
// Estimated: `0`
27-
// Minimum execution time: 70_000_000 picoseconds.
28-
Weight::from_parts(70_000_000, 0)
27+
// Minimum execution time: 204_000_000 picoseconds.
28+
Weight::from_parts(204_000_000, 0)
2929
.saturating_add(T::DbWeight::get().reads(10))
3030
.saturating_add(T::DbWeight::get().writes(5))
3131
}

0 commit comments

Comments
 (0)