Skip to content

Commit

Permalink
fix benchmarking build
Browse files Browse the repository at this point in the history
  • Loading branch information
KitHat committed Nov 12, 2024
1 parent d6277cf commit 83ad458
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions evm-template/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions evm-template/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ runtime-benchmarks = [
"polkadot-primitives/runtime-benchmarks",
"sc-service/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
"tc-consensus/runtime-benchmarks"
]
tanssi = []
try-runtime = [
Expand Down
2 changes: 1 addition & 1 deletion generic-template/runtime/src/apis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use openzeppelin_pallet_abstractions_proc::openzeppelin_runtime_apis;
use crate::Aura;
#[cfg(feature = "runtime-benchmarks")]
use crate::{
configs::XcmExecutorConfig,
configs::xcm_config::RelayLocation,
constants::currency::{CENTS, EXISTENTIAL_DEPOSIT},
};
#[cfg(feature = "async-backing")]
Expand Down

0 comments on commit 83ad458

Please sign in to comment.