mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 05:47:58 +00:00
Extend the lower bounds of some of the benchmarks to also include 0 (#12386)
* Extend the lower bounds of some of the benchmarks to also include `0` * Fix verify snippet for `pallet_bounties/spend_funds`
This commit is contained in:
@@ -90,7 +90,7 @@ benchmarks! {
|
||||
}
|
||||
|
||||
sr25519_verification {
|
||||
let i in 1 .. 100;
|
||||
let i in 0 .. 100;
|
||||
|
||||
let public = SignerId::generate_pair(None);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user