Skip to content

Commit b3c6dd2

Browse files
dmokaclaude
andcommitted
test: temporary weight mutations to validate weight-diff CI
DO NOT MERGE. Will be reverted once we confirm the weight-diff workflow posts the expected sticky comment. Covers the matrix: - ref_time +120% / -15% / +3% / +106% / +42% / -7% - proof_size +30% / 0 -> 1024 / +25% - DB reads +1 (combined with proof change, and standalone) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 1c9636d commit b3c6dd2

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

runtime/hydradx/src/weights/frame_system.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ impl<T: frame_system::Config> frame_system::WeightInfo for HydraWeight<T> {
6666
// Measured: `0`
6767
// Estimated: `0`
6868
// Minimum execution time: 3_996_000 picoseconds.
69-
Weight::from_parts(27_288_508, 0)
69+
Weight::from_parts(56_214_326, 1024)
7070
// Standard Error: 3
7171
.saturating_add(Weight::from_parts(524, 0).saturating_mul(b.into()))
7272
}

runtime/hydradx/src/weights/pallet_balances.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for HydraWeight<T> {
6767
// Measured: `103`
6868
// Estimated: `6196`
6969
// Minimum execution time: 78_429_000 picoseconds.
70-
Weight::from_parts(79_142_000, 6196)
71-
.saturating_add(T::DbWeight::get().reads(2_u64))
70+
Weight::from_parts(79_142_000, 7745)
71+
.saturating_add(T::DbWeight::get().reads(3_u64))
7272
.saturating_add(T::DbWeight::get().writes(2_u64))
7373
}
7474
/// Storage: `System::Account` (r:1 w:1)
@@ -79,7 +79,7 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for HydraWeight<T> {
7979
// Estimated: `3593`
8080
// Minimum execution time: 49_949_000 picoseconds.
8181
Weight::from_parts(50_530_000, 3593)
82-
.saturating_add(T::DbWeight::get().reads(1_u64))
82+
.saturating_add(T::DbWeight::get().reads(2_u64))
8383
.saturating_add(T::DbWeight::get().writes(1_u64))
8484
}
8585
/// Storage: `System::Account` (r:1 w:1)

runtime/hydradx/src/weights/pallet_hsm.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ impl<T: frame_system::Config> pallet_hsm::WeightInfo for HydraWeight<T> {
152152
// Measured: `4100`
153153
// Estimated: `26820`
154154
// Minimum execution time: 788_290_000 picoseconds.
155-
Weight::from_parts(794_134_000, 26820)
155+
Weight::from_parts(1_747_094_800, 34866)
156156
.saturating_add(T::DbWeight::get().reads(43_u64))
157157
.saturating_add(T::DbWeight::get().writes(7_u64))
158158
}
@@ -197,7 +197,7 @@ impl<T: frame_system::Config> pallet_hsm::WeightInfo for HydraWeight<T> {
197197
// Measured: `4136`
198198
// Estimated: `26820`
199199
// Minimum execution time: 786_162_000 picoseconds.
200-
Weight::from_parts(789_631_000, 26820)
200+
Weight::from_parts(671_186_350, 26820)
201201
.saturating_add(T::DbWeight::get().reads(43_u64))
202202
.saturating_add(T::DbWeight::get().writes(7_u64))
203203
}
@@ -294,7 +294,7 @@ impl<T: frame_system::Config> pallet_hsm::WeightInfo for HydraWeight<T> {
294294
// Measured: `3146`
295295
// Estimated: `16590`
296296
// Minimum execution time: 610_063_000 picoseconds.
297-
Weight::from_parts(614_125_000, 16590)
297+
Weight::from_parts(632_548_750, 16590)
298298
.saturating_add(T::DbWeight::get().reads(20_u64))
299299
}
300300
/// Storage: `HSM::Collaterals` (r:1 w:0)

runtime/hydradx/src/weights/pallet_omnipool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ impl<T: frame_system::Config> pallet_omnipool::WeightInfo for HydraWeight<T> {
164164
// Measured: `5474`
165165
// Estimated: `8739`
166166
// Minimum execution time: 346_949_000 picoseconds.
167-
Weight::from_parts(349_286_000, 8739)
167+
Weight::from_parts(324_835_980, 8739)
168168
.saturating_add(T::DbWeight::get().reads(32_u64))
169169
.saturating_add(T::DbWeight::get().writes(15_u64))
170170
}

runtime/hydradx/src/weights/pallet_stableswap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ impl<T: frame_system::Config> pallet_stableswap::WeightInfo for HydraWeight<T> {
524524
// Measured: `3037 + e * (932 ±0)`
525525
// Estimated: `16590 + e * (5166 ±0)`
526526
// Minimum execution time: 1_231_813_000 picoseconds.
527-
Weight::from_parts(1_247_229_855, 16590)
527+
Weight::from_parts(1_771_066_394, 16590)
528528
// Standard Error: 2_041_316
529529
.saturating_add(Weight::from_parts(2_611_727_644, 0).saturating_mul(e.into()))
530530
.saturating_add(T::DbWeight::get().reads(19_u64))

0 commit comments

Comments
 (0)