Skip to content

Commit 16a1c4b

Browse files
committed
Update weights for PR #1700
1 parent 656e443 commit 16a1c4b

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

pallets/time-release/src/weights.rs

+22-22
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
//! Autogenerated weights for pallet_time_release
1919
//!
2020
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
21-
//! DATE: 2023-10-10, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]`
21+
//! DATE: 2023-10-19, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]`
2222
//! WORST CASE MAP SIZE: `1000000`
23-
//! HOSTNAME: `benchmark-runner-44wtw-4nbbq`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
23+
//! HOSTNAME: `benchmark-runner-44wtw-cfqcv`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
2424
//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024
2525
2626
// Executed Command:
@@ -71,8 +71,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
7171
// Proof Size summary in bytes:
7272
// Measured: `113`
7373
// Estimated: `13824`
74-
// Minimum execution time: 32_133_000 picoseconds.
75-
Weight::from_parts(32_860_000, 13824)
74+
// Minimum execution time: 32_559_000 picoseconds.
75+
Weight::from_parts(33_440_000, 13824)
7676
.saturating_add(T::DbWeight::get().reads(5_u64))
7777
.saturating_add(T::DbWeight::get().writes(3_u64))
7878
}
@@ -89,10 +89,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
8989
// Proof Size summary in bytes:
9090
// Measured: `201`
9191
// Estimated: `13824`
92-
// Minimum execution time: 30_819_000 picoseconds.
93-
Weight::from_parts(31_598_199, 13824)
94-
// Standard Error: 2_509
95-
.saturating_add(Weight::from_parts(15_964, 0).saturating_mul(i.into()))
92+
// Minimum execution time: 30_645_000 picoseconds.
93+
Weight::from_parts(32_005_728, 13824)
94+
// Standard Error: 3_848
95+
.saturating_add(Weight::from_parts(5_356, 0).saturating_mul(i.into()))
9696
.saturating_add(T::DbWeight::get().reads(4_u64))
9797
.saturating_add(T::DbWeight::get().writes(2_u64))
9898
}
@@ -109,10 +109,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
109109
// Proof Size summary in bytes:
110110
// Measured: `39`
111111
// Estimated: `13674`
112-
// Minimum execution time: 27_421_000 picoseconds.
113-
Weight::from_parts(28_366_892, 13674)
114-
// Standard Error: 3_558
115-
.saturating_add(Weight::from_parts(44_994, 0).saturating_mul(i.into()))
112+
// Minimum execution time: 27_168_000 picoseconds.
113+
Weight::from_parts(28_296_923, 13674)
114+
// Standard Error: 2_295
115+
.saturating_add(Weight::from_parts(51_939, 0).saturating_mul(i.into()))
116116
.saturating_add(T::DbWeight::get().reads(3_u64))
117117
.saturating_add(T::DbWeight::get().writes(3_u64))
118118
}
@@ -134,8 +134,8 @@ impl WeightInfo for () {
134134
// Proof Size summary in bytes:
135135
// Measured: `113`
136136
// Estimated: `13824`
137-
// Minimum execution time: 32_133_000 picoseconds.
138-
Weight::from_parts(32_860_000, 13824)
137+
// Minimum execution time: 32_559_000 picoseconds.
138+
Weight::from_parts(33_440_000, 13824)
139139
.saturating_add(RocksDbWeight::get().reads(5_u64))
140140
.saturating_add(RocksDbWeight::get().writes(3_u64))
141141
}
@@ -152,10 +152,10 @@ impl WeightInfo for () {
152152
// Proof Size summary in bytes:
153153
// Measured: `201`
154154
// Estimated: `13824`
155-
// Minimum execution time: 30_819_000 picoseconds.
156-
Weight::from_parts(31_598_199, 13824)
157-
// Standard Error: 2_509
158-
.saturating_add(Weight::from_parts(15_964, 0).saturating_mul(i.into()))
155+
// Minimum execution time: 30_645_000 picoseconds.
156+
Weight::from_parts(32_005_728, 13824)
157+
// Standard Error: 3_848
158+
.saturating_add(Weight::from_parts(5_356, 0).saturating_mul(i.into()))
159159
.saturating_add(RocksDbWeight::get().reads(4_u64))
160160
.saturating_add(RocksDbWeight::get().writes(2_u64))
161161
}
@@ -172,10 +172,10 @@ impl WeightInfo for () {
172172
// Proof Size summary in bytes:
173173
// Measured: `39`
174174
// Estimated: `13674`
175-
// Minimum execution time: 27_421_000 picoseconds.
176-
Weight::from_parts(28_366_892, 13674)
177-
// Standard Error: 3_558
178-
.saturating_add(Weight::from_parts(44_994, 0).saturating_mul(i.into()))
175+
// Minimum execution time: 27_168_000 picoseconds.
176+
Weight::from_parts(28_296_923, 13674)
177+
// Standard Error: 2_295
178+
.saturating_add(Weight::from_parts(51_939, 0).saturating_mul(i.into()))
179179
.saturating_add(RocksDbWeight::get().reads(3_u64))
180180
.saturating_add(RocksDbWeight::get().writes(3_u64))
181181
}

0 commit comments

Comments
 (0)