Open wilwade opened 1 month ago
@aramikm can you verify that these are correct actions from your knowledge?
Looks fine to me. One other thing to consider is that we run benchmarks 2 ways
The 2nd use-case should also be taken care of if not already.
Aside form pallets inclusion or exclusion, using frequency
feature or not would have effect if we have feature based logic in our pallets that might alter the weight of benchmarks. I don't think we have anything like that
Came across some issues with how we are running benchmarks with @enddynayn
frequency-bench
chain is enabled for thefrequency
feature, but should only be enabled forruntime-benchmarks
featurerun_benchmarks.sh
it is running withfeatures=runtime-benchmarks,frequency-lint-check
. Should it instead be running withfeatures=runtime-benchmarks,frequency
?node/service/src/chain_spec/frequency.rs
benchmark_mainnet_config
should be limited to theruntime-benchmarks
feature