You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for i in0..SIG_PARTIES{let validators = add_non_syncing_validators::<T>(sig_party_size,0, i asu8);
<ThresholdToStash<T>>::insert(&threshold_account,&validators[i]);}
We should look into whether or not there's a way to set the benchmarks up in a more
efficient manner.
The text was updated successfully, but these errors were encountered:
The Relayer pallet runtime benchmarks can be quite slow to run, especially if not built
in release mode.
I'm convinced that it has to do with the benchmark setup process being done in polynomial
time (nested for-loops when calling
add_non_syncing_validators
).We should look into whether or not there's a way to set the benchmarks up in a more
efficient manner.
The text was updated successfully, but these errors were encountered: