git.delta.rocks / unique-network / refs/commits / a5c6ddfec2ad

difftreelog

fix remove rmrk benchmark from list

Daniel Shiposha2022-06-15parent: #2a3a7b5.patch.diff
in: master

1 file changed

modifiedruntime/common/src/runtime_apis.rsdiffbeforeafterboth
454 list_benchmark!(list, extra, pallet_refungible, Refungible);454 list_benchmark!(list, extra, pallet_refungible, Refungible);
455 list_benchmark!(list, extra, pallet_nonfungible, Nonfungible);455 list_benchmark!(list, extra, pallet_nonfungible, Nonfungible);
456 list_benchmark!(list, extra, pallet_unique_scheduler, Scheduler);456 list_benchmark!(list, extra, pallet_unique_scheduler, Scheduler);
457 list_benchmark!(list, extra, pallet_proxy_rmrk_core, RmrkCore);
458 // list_benchmark!(list, extra, pallet_evm_coder_substrate, EvmCoderSubstrate);457 // list_benchmark!(list, extra, pallet_evm_coder_substrate, EvmCoderSubstrate);
459458
460 let storage_info = AllPalletsReversedWithSystemFirst::storage_info();459 let storage_info = AllPalletsReversedWithSystemFirst::storage_info();
499 add_benchmark!(params, batches, pallet_refungible, Refungible);498 add_benchmark!(params, batches, pallet_refungible, Refungible);
500 add_benchmark!(params, batches, pallet_nonfungible, Nonfungible);499 add_benchmark!(params, batches, pallet_nonfungible, Nonfungible);
501 add_benchmark!(params, batches, pallet_unique_scheduler, Scheduler);500 add_benchmark!(params, batches, pallet_unique_scheduler, Scheduler);
502 add_benchmark!(params, batches, pallet_proxy_rmrk_core, RmrkCore);
503 // add_benchmark!(params, batches, pallet_evm_coder_substrate, EvmCoderSubstrate);501 // add_benchmark!(params, batches, pallet_evm_coder_substrate, EvmCoderSubstrate);
504502
505 if batches.is_empty() { return Err("Benchmark not found for this pallet.".into()) }503 if batches.is_empty() { return Err("Benchmark not found for this pallet.".into()) }