Skip to content

Commit 560f9b5

Browse files
Update from github-actions[bot] running command 'bench --pallet pallet_dap --runtime asset-hub-westend'
1 parent a0e159c commit 560f9b5

File tree

1 file changed

+14
-12
lines changed
  • cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights

1 file changed

+14
-12
lines changed

cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_dap.rs

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
//! Autogenerated weights for `pallet_dap`
1717
//!
1818
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
19-
//! DATE: 2026-04-03, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
19+
//! DATE: 2026-04-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
2020
//! WORST CASE MAP SIZE: `1000000`
21-
//! HOSTNAME: `5851f50484f3`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
21+
//! HOSTNAME: `f80cfa9a9b2b`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
2222
//! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
2323
2424
// Executed Command:
@@ -56,8 +56,8 @@ impl<T: frame_system::Config> pallet_dap::WeightInfo for WeightInfo<T> {
5656
// Proof Size summary in bytes:
5757
// Measured: `0`
5858
// Estimated: `0`
59-
// Minimum execution time: 7_979_000 picoseconds.
60-
Weight::from_parts(8_699_000, 0)
59+
// Minimum execution time: 9_077_000 picoseconds.
60+
Weight::from_parts(9_956_000, 0)
6161
.saturating_add(Weight::from_parts(0, 0))
6262
.saturating_add(T::DbWeight::get().writes(1))
6363
}
@@ -67,16 +67,18 @@ impl<T: frame_system::Config> pallet_dap::WeightInfo for WeightInfo<T> {
6767
/// Proof: `Dap::LastIssuanceTimestamp` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`)
6868
/// Storage: `Dap::BudgetAllocation` (r:1 w:0)
6969
/// Proof: `Dap::BudgetAllocation` (`max_values`: Some(1), `max_size`: Some(593), added: 1088, mode: `MaxEncodedLen`)
70-
/// Storage: `System::Account` (r:2 w:2)
70+
/// Storage: `System::Account` (r:3 w:3)
7171
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
72+
/// Storage: `Revive::OriginalAccount` (r:2 w:2)
73+
/// Proof: `Revive::OriginalAccount` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`)
7274
fn drip_issuance() -> Weight {
7375
// Proof Size summary in bytes:
74-
// Measured: `2541`
75-
// Estimated: `6196`
76-
// Minimum execution time: 62_672_000 picoseconds.
77-
Weight::from_parts(65_724_000, 0)
78-
.saturating_add(Weight::from_parts(0, 6196))
79-
.saturating_add(T::DbWeight::get().reads(5))
80-
.saturating_add(T::DbWeight::get().writes(3))
76+
// Measured: `6762`
77+
// Estimated: `8799`
78+
// Minimum execution time: 115_578_000 picoseconds.
79+
Weight::from_parts(121_955_000, 0)
80+
.saturating_add(Weight::from_parts(0, 8799))
81+
.saturating_add(T::DbWeight::get().reads(8))
82+
.saturating_add(T::DbWeight::get().writes(6))
8183
}
8284
}

0 commit comments

Comments
 (0)