Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for SubstrateWeight<T
fn service_task_fetched(s: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `179 + s * (1 ±0)`
// Estimated: `4197809`
Comment thread
girazoki marked this conversation as resolved.
// Minimum execution time: 28_954_000 picoseconds.
Weight::from_parts(29_211_000, 4197809)
Weight::from_parts(29_211_000, 0)
// Standard Error: 13
.saturating_add(Weight::from_parts(1_445, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(3_u64))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for SubstrateWeight<T
fn service_task_fetched(s: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `179 + s * (1 ±0)`
// Estimated: `4197809`
// Estimated: `0`
// Minimum execution time: 28_830_000 picoseconds.
Weight::from_parts(29_462_000, 4197809)
Weight::from_parts(29_462_000, 0)
// Standard Error: 7
.saturating_add(Weight::from_parts(1_319, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(3_u64))
Expand Down
Loading