Skip to content

Commit

Permalink
add elections phragmen benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
Roznovjak committed Feb 23, 2024
1 parent 5bba8e4 commit 9850756
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/hydradx/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,7 @@ impl_runtime_apis! {
list_benchmark!(list, extra, pallet_proxy, Proxy);
list_benchmark!(list, extra, pallet_utility, Utility);
list_benchmark!(list, extra, pallet_democracy, Democracy);
list_benchmark!(list, extra, pallet_elections_phragmen, Elections);
list_benchmark!(list, extra, council, Council);
list_benchmark!(list, extra, tech, TechnicalCommittee);
list_benchmark!(list, extra, pallet_omnipool_liquidity_mining, OmnipoolLiquidityMining);
Expand Down Expand Up @@ -782,6 +783,7 @@ impl_runtime_apis! {
add_benchmark!(params, batches, pallet_proxy, Proxy);
add_benchmark!(params, batches, pallet_utility, Utility);
add_benchmark!(params, batches, pallet_democracy, Democracy);
add_benchmark!(params, batches, pallet_elections_phragmen, Elections);
add_benchmark!(params, batches, council, Council);
add_benchmark!(params, batches, tech, TechnicalCommittee);
add_benchmark!(params, batches, pallet_omnipool_liquidity_mining, OmnipoolLiquidityMining);
Expand Down

0 comments on commit 9850756

Please sign in to comment.