Skip to content

Commit

Permalink
build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharojha committed Oct 21, 2024
1 parent b6e8c66 commit b0cfa6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ impl_runtime_apis! {


let mut list = Vec::<BenchmarkList>::new();
list_benchmarks!(list, extra);
// list_benchmarks!(list, extra);

let storage_info = AllPalletsWithSystem::storage_info();

Expand All @@ -566,7 +566,7 @@ impl_runtime_apis! {

let mut batches = Vec::<BenchmarkBatch>::new();
let params = (&config, &whitelist);
add_benchmarks!(params, batches);
// add_benchmarks!(params, batches);

Ok(batches)
}
Expand Down

0 comments on commit b0cfa6d

Please sign in to comment.