Skip to content

Commit

Permalink
chore: bench nft/rft/common
Browse files Browse the repository at this point in the history
  • Loading branch information
mrshiposha committed Sep 30, 2023
1 parent 0900b3d commit 42bd0c6
Show file tree
Hide file tree
Showing 3 changed files with 269 additions and 269 deletions.
54 changes: 27 additions & 27 deletions pallets/common/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
//! Autogenerated weights for pallet_common
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-09-30, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-09-30, STEPS: `50`, REPEAT: `400`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `hearthstone`, CPU: `AMD Ryzen 9 7950X3D 16-Core Processor`
//! HOSTNAME: `bench-host`, CPU: `Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz`
//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
Expand All @@ -20,7 +20,7 @@
// *
// --template=.maintain/frame-weight-template.hbs
// --steps=50
// --repeat=80
// --repeat=400
// --heap-pages=4096
// --output=./pallets/common/src/weights.rs

Expand Down Expand Up @@ -49,10 +49,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `298`
// Estimated: `44457`
// Minimum execution time: 2_831_000 picoseconds.
Weight::from_parts(8_612_860, 44457)
// Standard Error: 8_791
.saturating_add(Weight::from_parts(2_512_039, 0).saturating_mul(b.into()))
// Minimum execution time: 4_987_000 picoseconds.
Weight::from_parts(5_119_000, 44457)
// Standard Error: 7_609
.saturating_add(Weight::from_parts(5_750_459, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
Expand All @@ -63,10 +63,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `303 + b * (33030 ±0)`
// Estimated: `44457`
// Minimum execution time: 2_650_000 picoseconds.
Weight::from_parts(2_750_000, 44457)
// Standard Error: 28_392
.saturating_add(Weight::from_parts(8_897_514, 0).saturating_mul(b.into()))
// Minimum execution time: 4_923_000 picoseconds.
Weight::from_parts(5_074_000, 44457)
// Standard Error: 36_651
.saturating_add(Weight::from_parts(23_145_677, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
Expand All @@ -76,8 +76,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `373`
// Estimated: `3535`
// Minimum execution time: 2_730_000 picoseconds.
Weight::from_parts(2_850_000, 3535)
// Minimum execution time: 4_271_000 picoseconds.
Weight::from_parts(4_461_000, 3535)
.saturating_add(T::DbWeight::get().reads(1_u64))
}
/// Storage: Common IsAdmin (r:1 w:0)
Expand All @@ -88,8 +88,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `326`
// Estimated: `20191`
// Minimum execution time: 3_770_000 picoseconds.
Weight::from_parts(3_930_000, 20191)
// Minimum execution time: 5_889_000 picoseconds.
Weight::from_parts(6_138_000, 20191)
.saturating_add(T::DbWeight::get().reads(2_u64))
}
}
Expand All @@ -103,10 +103,10 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `298`
// Estimated: `44457`
// Minimum execution time: 2_831_000 picoseconds.
Weight::from_parts(8_612_860, 44457)
// Standard Error: 8_791
.saturating_add(Weight::from_parts(2_512_039, 0).saturating_mul(b.into()))
// Minimum execution time: 4_987_000 picoseconds.
Weight::from_parts(5_119_000, 44457)
// Standard Error: 7_609
.saturating_add(Weight::from_parts(5_750_459, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
Expand All @@ -117,10 +117,10 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `303 + b * (33030 ±0)`
// Estimated: `44457`
// Minimum execution time: 2_650_000 picoseconds.
Weight::from_parts(2_750_000, 44457)
// Standard Error: 28_392
.saturating_add(Weight::from_parts(8_897_514, 0).saturating_mul(b.into()))
// Minimum execution time: 4_923_000 picoseconds.
Weight::from_parts(5_074_000, 44457)
// Standard Error: 36_651
.saturating_add(Weight::from_parts(23_145_677, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
Expand All @@ -130,8 +130,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `373`
// Estimated: `3535`
// Minimum execution time: 2_730_000 picoseconds.
Weight::from_parts(2_850_000, 3535)
// Minimum execution time: 4_271_000 picoseconds.
Weight::from_parts(4_461_000, 3535)
.saturating_add(RocksDbWeight::get().reads(1_u64))
}
/// Storage: Common IsAdmin (r:1 w:0)
Expand All @@ -142,8 +142,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `326`
// Estimated: `20191`
// Minimum execution time: 3_770_000 picoseconds.
Weight::from_parts(3_930_000, 20191)
// Minimum execution time: 5_889_000 picoseconds.
Weight::from_parts(6_138_000, 20191)
.saturating_add(RocksDbWeight::get().reads(2_u64))
}
}
Expand Down
Loading

0 comments on commit 42bd0c6

Please sign in to comment.