Skip to content

Commit

Permalink
build: run benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
kozyrevdev authored and CertainLach committed Oct 17, 2023
1 parent e08c117 commit cd9af93
Show file tree
Hide file tree
Showing 16 changed files with 1,538 additions and 1,538 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ $(eval $(call _bench,collator-selection))
$(eval $(call _bench,identity))
$(eval $(call _bench,app-promotion))
$(eval $(call _bench,maintenance))
$(eval $(call _bench,xcm,,./runtime/common/weights/xcm.rs,"--template=.maintain/external-weights/template.hbs"))
$(eval $(call _bench,xcm,,./runtime/common/weights/xcm.rs,"--template=.maintain/external-weight-template.hbs"))

.PHONY: bench
bench: bench-app-promotion bench-common bench-evm-migration bench-unique bench-structure bench-fungible bench-refungible bench-nonfungible bench-configuration bench-foreign-assets bench-maintenance bench-xcm bench-collator-selection bench-identity
Expand Down
102 changes: 51 additions & 51 deletions pallets/app-promotion/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
//! Autogenerated weights for pallet_app_promotion
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-10-12, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-10-13, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `ubuntu-11`, CPU: `QEMU Virtual CPU version 2.5+`
//! HOSTNAME: `bench-host`, CPU: `Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz`
//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
// target/production/unique-collator
// ./target/production/unique-collator
// benchmark
// pallet
// --pallet
Expand Down Expand Up @@ -63,10 +63,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `222 + b * (285 ±0)`
// Estimated: `3622 + b * (3774 ±0)`
// Minimum execution time: 6_031_000 picoseconds.
Weight::from_parts(6_880_848, 3622)
// Standard Error: 18_753
.saturating_add(Weight::from_parts(22_907_186, 0).saturating_mul(b.into()))
// Minimum execution time: 5_767_000 picoseconds.
Weight::from_parts(6_702_740, 3622)
// Standard Error: 23_437
.saturating_add(Weight::from_parts(21_208_495, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(b.into())))
.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(b.into())))
Expand All @@ -78,8 +78,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 7_565_000 picoseconds.
Weight::from_parts(7_795_000, 0)
// Minimum execution time: 7_836_000 picoseconds.
Weight::from_parts(8_115_000, 0)
.saturating_add(T::DbWeight::get().writes(1_u64))
}
/// Storage: `AppPromotion::Admin` (r:1 w:0)
Expand All @@ -105,10 +105,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `564 + b * (641 ±0)`
// Estimated: `3593 + b * (25550 ±0)`
// Minimum execution time: 146_577_000 picoseconds.
Weight::from_parts(147_970_000, 3593)
// Standard Error: 59_065
.saturating_add(Weight::from_parts(115_527_092, 0).saturating_mul(b.into()))
// Minimum execution time: 136_584_000 picoseconds.
Weight::from_parts(3_372_327, 3593)
// Standard Error: 21_362
.saturating_add(Weight::from_parts(103_567_863, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(7_u64))
.saturating_add(T::DbWeight::get().reads((13_u64).saturating_mul(b.into())))
.saturating_add(T::DbWeight::get().writes(3_u64))
Expand All @@ -135,8 +135,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `389`
// Estimated: `4764`
// Minimum execution time: 46_889_000 picoseconds.
Weight::from_parts(47_549_000, 4764)
// Minimum execution time: 43_464_000 picoseconds.
Weight::from_parts(44_032_000, 4764)
.saturating_add(T::DbWeight::get().reads(8_u64))
.saturating_add(T::DbWeight::get().writes(5_u64))
}
Expand All @@ -154,8 +154,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `829`
// Estimated: `29095`
// Minimum execution time: 63_069_000 picoseconds.
Weight::from_parts(64_522_000, 29095)
// Minimum execution time: 58_179_000 picoseconds.
Weight::from_parts(58_981_000, 29095)
.saturating_add(T::DbWeight::get().reads(14_u64))
.saturating_add(T::DbWeight::get().writes(13_u64))
}
Expand All @@ -173,8 +173,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `829`
// Estimated: `29095`
// Minimum execution time: 84_649_000 picoseconds.
Weight::from_parts(86_173_000, 29095)
// Minimum execution time: 74_937_000 picoseconds.
Weight::from_parts(76_167_000, 29095)
.saturating_add(T::DbWeight::get().reads(15_u64))
.saturating_add(T::DbWeight::get().writes(13_u64))
}
Expand All @@ -186,8 +186,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `1060`
// Estimated: `4325`
// Minimum execution time: 24_396_000 picoseconds.
Weight::from_parts(24_917_000, 4325)
// Minimum execution time: 23_306_000 picoseconds.
Weight::from_parts(23_680_000, 4325)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
Expand All @@ -199,8 +199,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `1092`
// Estimated: `4325`
// Minimum execution time: 22_412_000 picoseconds.
Weight::from_parts(23_033_000, 4325)
// Minimum execution time: 21_298_000 picoseconds.
Weight::from_parts(21_651_000, 4325)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
Expand All @@ -212,8 +212,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `198`
// Estimated: `1517`
// Minimum execution time: 21_621_000 picoseconds.
Weight::from_parts(22_041_000, 1517)
// Minimum execution time: 20_356_000 picoseconds.
Weight::from_parts(20_764_000, 1517)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
Expand All @@ -225,8 +225,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `396`
// Estimated: `3527`
// Minimum execution time: 19_186_000 picoseconds.
Weight::from_parts(19_616_000, 3527)
// Minimum execution time: 18_207_000 picoseconds.
Weight::from_parts(18_565_000, 3527)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
Expand All @@ -249,10 +249,10 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `222 + b * (285 ±0)`
// Estimated: `3622 + b * (3774 ±0)`
// Minimum execution time: 6_031_000 picoseconds.
Weight::from_parts(6_880_848, 3622)
// Standard Error: 18_753
.saturating_add(Weight::from_parts(22_907_186, 0).saturating_mul(b.into()))
// Minimum execution time: 5_767_000 picoseconds.
Weight::from_parts(6_702_740, 3622)
// Standard Error: 23_437
.saturating_add(Weight::from_parts(21_208_495, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(b.into())))
.saturating_add(RocksDbWeight::get().writes((2_u64).saturating_mul(b.into())))
Expand All @@ -264,8 +264,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 7_565_000 picoseconds.
Weight::from_parts(7_795_000, 0)
// Minimum execution time: 7_836_000 picoseconds.
Weight::from_parts(8_115_000, 0)
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
/// Storage: `AppPromotion::Admin` (r:1 w:0)
Expand All @@ -291,10 +291,10 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `564 + b * (641 ±0)`
// Estimated: `3593 + b * (25550 ±0)`
// Minimum execution time: 146_577_000 picoseconds.
Weight::from_parts(147_970_000, 3593)
// Standard Error: 59_065
.saturating_add(Weight::from_parts(115_527_092, 0).saturating_mul(b.into()))
// Minimum execution time: 136_584_000 picoseconds.
Weight::from_parts(3_372_327, 3593)
// Standard Error: 21_362
.saturating_add(Weight::from_parts(103_567_863, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(7_u64))
.saturating_add(RocksDbWeight::get().reads((13_u64).saturating_mul(b.into())))
.saturating_add(RocksDbWeight::get().writes(3_u64))
Expand All @@ -321,8 +321,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `389`
// Estimated: `4764`
// Minimum execution time: 46_889_000 picoseconds.
Weight::from_parts(47_549_000, 4764)
// Minimum execution time: 43_464_000 picoseconds.
Weight::from_parts(44_032_000, 4764)
.saturating_add(RocksDbWeight::get().reads(8_u64))
.saturating_add(RocksDbWeight::get().writes(5_u64))
}
Expand All @@ -340,8 +340,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `829`
// Estimated: `29095`
// Minimum execution time: 63_069_000 picoseconds.
Weight::from_parts(64_522_000, 29095)
// Minimum execution time: 58_179_000 picoseconds.
Weight::from_parts(58_981_000, 29095)
.saturating_add(RocksDbWeight::get().reads(14_u64))
.saturating_add(RocksDbWeight::get().writes(13_u64))
}
Expand All @@ -359,8 +359,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `829`
// Estimated: `29095`
// Minimum execution time: 84_649_000 picoseconds.
Weight::from_parts(86_173_000, 29095)
// Minimum execution time: 74_937_000 picoseconds.
Weight::from_parts(76_167_000, 29095)
.saturating_add(RocksDbWeight::get().reads(15_u64))
.saturating_add(RocksDbWeight::get().writes(13_u64))
}
Expand All @@ -372,8 +372,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `1060`
// Estimated: `4325`
// Minimum execution time: 24_396_000 picoseconds.
Weight::from_parts(24_917_000, 4325)
// Minimum execution time: 23_306_000 picoseconds.
Weight::from_parts(23_680_000, 4325)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
Expand All @@ -385,8 +385,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `1092`
// Estimated: `4325`
// Minimum execution time: 22_412_000 picoseconds.
Weight::from_parts(23_033_000, 4325)
// Minimum execution time: 21_298_000 picoseconds.
Weight::from_parts(21_651_000, 4325)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
Expand All @@ -398,8 +398,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `198`
// Estimated: `1517`
// Minimum execution time: 21_621_000 picoseconds.
Weight::from_parts(22_041_000, 1517)
// Minimum execution time: 20_356_000 picoseconds.
Weight::from_parts(20_764_000, 1517)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
Expand All @@ -411,8 +411,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `396`
// Estimated: `3527`
// Minimum execution time: 19_186_000 picoseconds.
Weight::from_parts(19_616_000, 3527)
// Minimum execution time: 18_207_000 picoseconds.
Weight::from_parts(18_565_000, 3527)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
Expand Down
Loading

0 comments on commit cd9af93

Please sign in to comment.