pendulum-chain / spacewalk

Apache License 2.0
34 stars 7 forks source link

Run benchmarks for all custom pallets #496

Closed bogdanS98 closed 5 months ago

bogdanS98 commented 6 months ago

Context

The PR related to pooled-rewards pallet introduced benchmarks changes and that requires them to be re-run so that weights are updated. Currently there are benchmarks which were modified but the default_weights.rs file remained inconsistent e.g. fee pallet (benchmarking.rs, default_weights.rs)

Requirement

Re-run benchmarks for all custom pallets so that weights are updated.