Skip to content

Commit

Permalink
remove benchmarking du to incompatibility to orml in this version
Browse files Browse the repository at this point in the history
  • Loading branch information
N1ghtStorm committed Apr 15, 2024
1 parent 6970406 commit ff2466e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions pallets/dispatch/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ mod tests;
#[cfg(test)]
mod mock;

#[cfg(feature = "runtime-benchmarks")]
mod benchmarking;

pub mod weights;
pub use weights::WeightInfo;

Expand Down
3 changes: 0 additions & 3 deletions pallets/substrate-app/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ extern crate alloc;

pub mod weights;

#[cfg(feature = "runtime-benchmarks")]
pub mod benchmarking;

#[cfg(test)]
mod mock;

Expand Down
3 changes: 0 additions & 3 deletions pallets/substrate-channel/src/outbound/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ use bridge_types::SubNetworkId;
pub mod weights;
pub use weights::WeightInfo;

#[cfg(feature = "runtime-benchmarks")]
mod benchmarking;

#[cfg(test)]
mod test;

Expand Down

0 comments on commit ff2466e

Please sign in to comment.