Skip to content

Commit

Permalink
Using real weights for assign_core
Browse files Browse the repository at this point in the history
  • Loading branch information
BradleyOlson64 committed Dec 1, 2023
1 parent 83a0f18 commit c592304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions polkadot/runtime/rococo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1002,8 +1002,7 @@ impl coretime::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type Currency = Balances;
type BrokerId = BrokerId;
type WeightInfo = runtime_common::coretime::TestWeightInfo;
//type WeightInfo = weights::runtime_common_coretime::WeightInfo<Runtime>;
type WeightInfo = weights::runtime_common_coretime::WeightInfo<Runtime>;
}

impl parachains_assigner_bulk::Config for Runtime {}
Expand Down
1 change: 1 addition & 0 deletions polkadot/runtime/rococo/src/weights/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ pub mod pallet_xcm;
pub mod runtime_common_assigned_slots;
pub mod runtime_common_auctions;
pub mod runtime_common_claims;
pub mod runtime_common_coretime;
pub mod runtime_common_crowdloan;
pub mod runtime_common_identity_migrator;
pub mod runtime_common_paras_registrar;
Expand Down

0 comments on commit c592304

Please sign in to comment.