the following weights are maxing out but asset-hub-kusama has proper modest weights. Are we sure we want this?
|
fn add_authorized_alias() -> Weight { |
|
// Proof Size summary in bytes: |
|
// Measured: `0` |
|
// Estimated: `0` |
|
// Minimum execution time: 18_446_744_073_709_551_000 picoseconds. |
|
Weight::from_parts(18_446_744_073_709_551_000, 0) |
|
.saturating_add(Weight::from_parts(0, 0)) |
|
} |
|
/// Storage: `Benchmark::Override` (r:0 w:0) |
|
/// Proof: `Benchmark::Override` (`max_values`: None, `max_size`: None, mode: `Measured`) |
|
fn remove_authorized_alias() -> Weight { |
|
// Proof Size summary in bytes: |
|
// Measured: `0` |
|
// Estimated: `0` |
|
// Minimum execution time: 18_446_744_073_709_551_000 picoseconds. |
|
Weight::from_parts(18_446_744_073_709_551_000, 0) |
|
.saturating_add(Weight::from_parts(0, 0)) |
|
} |
|
} |
the following weights are maxing out but asset-hub-kusama has proper modest weights. Are we sure we want this?
parachain/polkadot-parachains/integritee-kusama/src/weights/pallet_xcm.rs
Lines 350 to 368 in 64f3098