difftreelog
fix broken benchmarking
in: master
4 files changed
node/cli/Cargo.tomldiffbeforeafterboth318[features]318[features]319default = []319default = []320runtime-benchmarks = ['nft-runtime/runtime-benchmarks']320runtime-benchmarks = [321 'nft-runtime/runtime-benchmarks',322 'polkadot-service/runtime-benchmarks',323]321324pallets/nft-transaction-payment/src/benchmarking.rsdiffbeforeafterbothno changes
pallets/nft-transaction-payment/src/lib.rsdiffbeforeafterboth11#[cfg(feature = "std")]11#[cfg(feature = "std")]12pub use serde::*;12pub use serde::*;1314#[cfg(feature = "runtime-benchmarks")]15mod benchmarking;161317use frame_support::{decl_module, decl_storage};14use frame_support::{decl_module, decl_storage};18use sp_std::prelude::*;15use sp_std::prelude::*;runtime/Cargo.tomldiffbeforeafterboth28 'pallet-timestamp/runtime-benchmarks',28 'pallet-timestamp/runtime-benchmarks',29 'pallet-nft/runtime-benchmarks',29 'pallet-nft/runtime-benchmarks',30 'pallet-inflation/runtime-benchmarks',30 'pallet-inflation/runtime-benchmarks',31 'pallet-xcm/runtime-benchmarks',31 'sp-runtime/runtime-benchmarks',32 'sp-runtime/runtime-benchmarks',33 'xcm-builder/runtime-benchmarks',32]34]33std = [35std = [34 'codec/std',36 'codec/std',