Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
bd30cab
trivial change
shawntabrizi Jul 13, 2021
386f06b
cargo run --quiet --release --features=runtime-benchmarks --manifest-…
Jul 13, 2021
0980552
cargo run --quiet --release --features=runtime-benchmarks --manifest-…
Jul 13, 2021
abd6915
cargo run --release --features=runtime-benchmarks --manifest-path=bin…
Jul 13, 2021
5e0a685
cargo run --release --features=runtime-benchmarks --manifest-path=bin…
Jul 13, 2021
75d366c
cargo run --release --features=runtime-benchmarks --manifest-path=bin…
Jul 13, 2021
0699276
cargo run --quiet --release --features=runtime-benchmarks --manifest-…
Jul 13, 2021
149ae53
cargo run --quiet --release --features=runtime-benchmarks --manifest-…
Jul 13, 2021
f756bd1
cargo run --quiet --release --features=runtime-benchmarks --manifest-…
Jul 13, 2021
0bc9597
Merge branch 'master' of https://github.com/paritytech/substrate into…
Jul 13, 2021
4d33306
cargo run --quiet --release --features=runtime-benchmarks --manifest-…
Jul 13, 2021
76736ba
update with master
Jul 13, 2021
dcae7ce
cargo run --quiet --release --features=runtime-benchmarks --manifest-…
Jul 13, 2021
8cd5448
Merge branch 'master' of https://github.com/paritytech/substrate into…
Jul 13, 2021
7d75217
cargo run --release --features=runtime-benchmarks --manifest-path=bin…
Jul 13, 2021
90f9611
Merge branch 'master' of https://github.com/paritytech/substrate into…
Jul 13, 2021
7aa0f5d
cargo run --release --features=runtime-benchmarks --manifest-path=bin…
Jul 13, 2021
b1d287f
cargo run --release --features=runtime-benchmarks --manifest-path=bin…
Jul 13, 2021
5c3b679
Merge branch 'master' of https://github.com/paritytech/substrate into…
Jul 13, 2021
896fa94
cargo run --release --features=runtime-benchmarks --manifest-path=bin…
Jul 13, 2021
2c1b454
cargo run --quiet --release --features=runtime-benchmarks --manifest-…
Jul 13, 2021
e70b083
cargo run --quiet --release --features=runtime-benchmarks --manifest-…
Jul 13, 2021
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
28 changes: 14 additions & 14 deletions frame/balances/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

//! Autogenerated weights for pallet_balances
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0
//! DATE: 2021-06-19, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2021-07-13, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 128

// Executed Command:
Expand Down Expand Up @@ -56,32 +56,32 @@ pub trait WeightInfo {
pub struct SubstrateWeight<T>(PhantomData<T>);
impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
fn transfer() -> Weight {
(73_268_000 as Weight)
(75_209_000 as Weight)
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
fn transfer_keep_alive() -> Weight {
(54_881_000 as Weight)
(55_836_000 as Weight)
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
fn set_balance_creating() -> Weight {
(29_853_000 as Weight)
(30_471_000 as Weight)
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
fn set_balance_killing() -> Weight {
(36_007_000 as Weight)
(36_569_000 as Weight)
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
fn force_transfer() -> Weight {
(72_541_000 as Weight)
(74_517_000 as Weight)
.saturating_add(T::DbWeight::get().reads(2 as Weight))
.saturating_add(T::DbWeight::get().writes(2 as Weight))
}
fn transfer_all() -> Weight {
(67_360_000 as Weight)
(68_893_000 as Weight)
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
Expand All @@ -90,32 +90,32 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// For backwards compatibility and tests
impl WeightInfo for () {
fn transfer() -> Weight {
(73_268_000 as Weight)
(75_209_000 as Weight)
.saturating_add(RocksDbWeight::get().reads(1 as Weight))
.saturating_add(RocksDbWeight::get().writes(1 as Weight))
}
fn transfer_keep_alive() -> Weight {
(54_881_000 as Weight)
(55_836_000 as Weight)
.saturating_add(RocksDbWeight::get().reads(1 as Weight))
.saturating_add(RocksDbWeight::get().writes(1 as Weight))
}
fn set_balance_creating() -> Weight {
(29_853_000 as Weight)
(30_471_000 as Weight)
.saturating_add(RocksDbWeight::get().reads(1 as Weight))
.saturating_add(RocksDbWeight::get().writes(1 as Weight))
}
fn set_balance_killing() -> Weight {
(36_007_000 as Weight)
(36_569_000 as Weight)
.saturating_add(RocksDbWeight::get().reads(1 as Weight))
.saturating_add(RocksDbWeight::get().writes(1 as Weight))
}
fn force_transfer() -> Weight {
(72_541_000 as Weight)
(74_517_000 as Weight)
.saturating_add(RocksDbWeight::get().reads(2 as Weight))
.saturating_add(RocksDbWeight::get().writes(2 as Weight))
}
fn transfer_all() -> Weight {
(67_360_000 as Weight)
(68_893_000 as Weight)
.saturating_add(RocksDbWeight::get().reads(1 as Weight))
.saturating_add(RocksDbWeight::get().writes(1 as Weight))
}
Expand Down
128 changes: 64 additions & 64 deletions frame/collective/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

//! Autogenerated weights for pallet_collective
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2021-07-13, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0
//! DATE: 2021-06-19, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 128

// Executed Command:
Expand Down Expand Up @@ -62,94 +62,94 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
fn set_members(m: u32, n: u32, p: u32, ) -> Weight {
(0 as Weight)
// Standard Error: 5_000
.saturating_add((14_534_000 as Weight).saturating_mul(m as Weight))
.saturating_add((15_266_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 5_000
.saturating_add((160_000 as Weight).saturating_mul(n as Weight))
.saturating_add((39_000 as Weight).saturating_mul(n as Weight))
// Standard Error: 5_000
.saturating_add((20_189_000 as Weight).saturating_mul(p as Weight))
.saturating_add((20_899_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(2 as Weight))
.saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(p as Weight)))
.saturating_add(T::DbWeight::get().writes(2 as Weight))
.saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(p as Weight)))
}
fn execute(b: u32, m: u32, ) -> Weight {
(23_177_000 as Weight)
(21_945_000 as Weight)
// Standard Error: 0
.saturating_add((3_000 as Weight).saturating_mul(b as Weight))
// Standard Error: 0
.saturating_add((89_000 as Weight).saturating_mul(m as Weight))
.saturating_add((93_000 as Weight).saturating_mul(m as Weight))
.saturating_add(T::DbWeight::get().reads(1 as Weight))
}
fn propose_execute(b: u32, m: u32, ) -> Weight {
(28_063_000 as Weight)
(26_316_000 as Weight)
// Standard Error: 0
.saturating_add((3_000 as Weight).saturating_mul(b as Weight))
// Standard Error: 0
.saturating_add((174_000 as Weight).saturating_mul(m as Weight))
.saturating_add((184_000 as Weight).saturating_mul(m as Weight))
.saturating_add(T::DbWeight::get().reads(2 as Weight))
}
fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight {
(46_515_000 as Weight)
(42_664_000 as Weight)
// Standard Error: 0
.saturating_add((5_000 as Weight).saturating_mul(b as Weight))
.saturating_add((2_000 as Weight).saturating_mul(b as Weight))
// Standard Error: 2_000
.saturating_add((91_000 as Weight).saturating_mul(m as Weight))
.saturating_add((166_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 2_000
.saturating_add((486_000 as Weight).saturating_mul(p as Weight))
.saturating_add((435_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(4 as Weight))
.saturating_add(T::DbWeight::get().writes(4 as Weight))
}
fn vote(m: u32, ) -> Weight {
(38_491_000 as Weight)
// Standard Error: 0
.saturating_add((209_000 as Weight).saturating_mul(m as Weight))
(43_750_000 as Weight)
// Standard Error: 3_000
.saturating_add((198_000 as Weight).saturating_mul(m as Weight))
.saturating_add(T::DbWeight::get().reads(2 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
fn close_early_disapproved(m: u32, p: u32, ) -> Weight {
(44_903_000 as Weight)
(44_153_000 as Weight)
// Standard Error: 0
.saturating_add((181_000 as Weight).saturating_mul(m as Weight))
.saturating_add((185_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 0
.saturating_add((350_000 as Weight).saturating_mul(p as Weight))
.saturating_add((454_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(3 as Weight))
.saturating_add(T::DbWeight::get().writes(3 as Weight))
}
fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight {
(57_416_000 as Weight)
(65_478_000 as Weight)
// Standard Error: 0
.saturating_add((4_000 as Weight).saturating_mul(b as Weight))
// Standard Error: 1_000
.saturating_add((217_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 1_000
.saturating_add((485_000 as Weight).saturating_mul(p as Weight))
.saturating_add((2_000 as Weight).saturating_mul(b as Weight))
// Standard Error: 2_000
.saturating_add((167_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 2_000
.saturating_add((434_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(4 as Weight))
.saturating_add(T::DbWeight::get().writes(3 as Weight))
}
fn close_disapproved(m: u32, p: u32, ) -> Weight {
(50_134_000 as Weight)
(49_001_000 as Weight)
// Standard Error: 0
.saturating_add((189_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 0
.saturating_add((487_000 as Weight).saturating_mul(p as Weight))
.saturating_add((464_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(4 as Weight))
.saturating_add(T::DbWeight::get().writes(3 as Weight))
}
fn close_approved(b: u32, m: u32, p: u32, ) -> Weight {
(65_901_000 as Weight)
(65_049_000 as Weight)
// Standard Error: 0
.saturating_add((4_000 as Weight).saturating_mul(b as Weight))
.saturating_add((3_000 as Weight).saturating_mul(b as Weight))
// Standard Error: 1_000
.saturating_add((186_000 as Weight).saturating_mul(m as Weight))
.saturating_add((192_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 1_000
.saturating_add((482_000 as Weight).saturating_mul(p as Weight))
.saturating_add((469_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(5 as Weight))
.saturating_add(T::DbWeight::get().writes(3 as Weight))
}
fn disapprove_proposal(p: u32, ) -> Weight {
(28_849_000 as Weight)
(27_288_000 as Weight)
// Standard Error: 1_000
.saturating_add((494_000 as Weight).saturating_mul(p as Weight))
.saturating_add((477_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(3 as Weight))
}
Expand All @@ -160,94 +160,94 @@ impl WeightInfo for () {
fn set_members(m: u32, n: u32, p: u32, ) -> Weight {
(0 as Weight)
// Standard Error: 5_000
.saturating_add((14_534_000 as Weight).saturating_mul(m as Weight))
.saturating_add((15_266_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 5_000
.saturating_add((160_000 as Weight).saturating_mul(n as Weight))
.saturating_add((39_000 as Weight).saturating_mul(n as Weight))
// Standard Error: 5_000
.saturating_add((20_189_000 as Weight).saturating_mul(p as Weight))
.saturating_add((20_899_000 as Weight).saturating_mul(p as Weight))
.saturating_add(RocksDbWeight::get().reads(2 as Weight))
.saturating_add(RocksDbWeight::get().reads((1 as Weight).saturating_mul(p as Weight)))
.saturating_add(RocksDbWeight::get().writes(2 as Weight))
.saturating_add(RocksDbWeight::get().writes((1 as Weight).saturating_mul(p as Weight)))
}
fn execute(b: u32, m: u32, ) -> Weight {
(23_177_000 as Weight)
(21_945_000 as Weight)
// Standard Error: 0
.saturating_add((3_000 as Weight).saturating_mul(b as Weight))
// Standard Error: 0
.saturating_add((89_000 as Weight).saturating_mul(m as Weight))
.saturating_add((93_000 as Weight).saturating_mul(m as Weight))
.saturating_add(RocksDbWeight::get().reads(1 as Weight))
}
fn propose_execute(b: u32, m: u32, ) -> Weight {
(28_063_000 as Weight)
(26_316_000 as Weight)
// Standard Error: 0
.saturating_add((3_000 as Weight).saturating_mul(b as Weight))
// Standard Error: 0
.saturating_add((174_000 as Weight).saturating_mul(m as Weight))
.saturating_add((184_000 as Weight).saturating_mul(m as Weight))
.saturating_add(RocksDbWeight::get().reads(2 as Weight))
}
fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight {
(46_515_000 as Weight)
(42_664_000 as Weight)
// Standard Error: 0
.saturating_add((5_000 as Weight).saturating_mul(b as Weight))
.saturating_add((2_000 as Weight).saturating_mul(b as Weight))
// Standard Error: 2_000
.saturating_add((91_000 as Weight).saturating_mul(m as Weight))
.saturating_add((166_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 2_000
.saturating_add((486_000 as Weight).saturating_mul(p as Weight))
.saturating_add((435_000 as Weight).saturating_mul(p as Weight))
.saturating_add(RocksDbWeight::get().reads(4 as Weight))
.saturating_add(RocksDbWeight::get().writes(4 as Weight))
}
fn vote(m: u32, ) -> Weight {
(38_491_000 as Weight)
// Standard Error: 0
.saturating_add((209_000 as Weight).saturating_mul(m as Weight))
(43_750_000 as Weight)
// Standard Error: 3_000
.saturating_add((198_000 as Weight).saturating_mul(m as Weight))
.saturating_add(RocksDbWeight::get().reads(2 as Weight))
.saturating_add(RocksDbWeight::get().writes(1 as Weight))
}
fn close_early_disapproved(m: u32, p: u32, ) -> Weight {
(44_903_000 as Weight)
(44_153_000 as Weight)
// Standard Error: 0
.saturating_add((181_000 as Weight).saturating_mul(m as Weight))
.saturating_add((185_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 0
.saturating_add((350_000 as Weight).saturating_mul(p as Weight))
.saturating_add((454_000 as Weight).saturating_mul(p as Weight))
.saturating_add(RocksDbWeight::get().reads(3 as Weight))
.saturating_add(RocksDbWeight::get().writes(3 as Weight))
}
fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight {
(57_416_000 as Weight)
(65_478_000 as Weight)
// Standard Error: 0
.saturating_add((4_000 as Weight).saturating_mul(b as Weight))
// Standard Error: 1_000
.saturating_add((217_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 1_000
.saturating_add((485_000 as Weight).saturating_mul(p as Weight))
.saturating_add((2_000 as Weight).saturating_mul(b as Weight))
// Standard Error: 2_000
.saturating_add((167_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 2_000
.saturating_add((434_000 as Weight).saturating_mul(p as Weight))
.saturating_add(RocksDbWeight::get().reads(4 as Weight))
.saturating_add(RocksDbWeight::get().writes(3 as Weight))
}
fn close_disapproved(m: u32, p: u32, ) -> Weight {
(50_134_000 as Weight)
(49_001_000 as Weight)
// Standard Error: 0
.saturating_add((189_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 0
.saturating_add((487_000 as Weight).saturating_mul(p as Weight))
.saturating_add((464_000 as Weight).saturating_mul(p as Weight))
.saturating_add(RocksDbWeight::get().reads(4 as Weight))
.saturating_add(RocksDbWeight::get().writes(3 as Weight))
}
fn close_approved(b: u32, m: u32, p: u32, ) -> Weight {
(65_901_000 as Weight)
(65_049_000 as Weight)
// Standard Error: 0
.saturating_add((4_000 as Weight).saturating_mul(b as Weight))
.saturating_add((3_000 as Weight).saturating_mul(b as Weight))
// Standard Error: 1_000
.saturating_add((186_000 as Weight).saturating_mul(m as Weight))
.saturating_add((192_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 1_000
.saturating_add((482_000 as Weight).saturating_mul(p as Weight))
.saturating_add((469_000 as Weight).saturating_mul(p as Weight))
.saturating_add(RocksDbWeight::get().reads(5 as Weight))
.saturating_add(RocksDbWeight::get().writes(3 as Weight))
}
fn disapprove_proposal(p: u32, ) -> Weight {
(28_849_000 as Weight)
(27_288_000 as Weight)
// Standard Error: 1_000
.saturating_add((494_000 as Weight).saturating_mul(p as Weight))
.saturating_add((477_000 as Weight).saturating_mul(p as Weight))
.saturating_add(RocksDbWeight::get().reads(1 as Weight))
.saturating_add(RocksDbWeight::get().writes(3 as Weight))
}
Expand Down
Loading