Fixes #30476
This PR reduces keypool size in scriptpubkeyman fuzz target to avoid spend a lot of time in TopUp
(which is obviously called by many spkm functions).
For reference:
This PR:
0INFO: Running with entropic power schedule (0xFF, 100).
1INFO: Seed: 1845055748
2INFO: Loaded 1 modules (1225616 inline 8-bit counters): 1225616 [0x106346fe0, 0x106472370),
3INFO: Loaded 1 PC tables (1225616 PCs): 1225616 [0x106472370,0x107725c70),
4./src/test/fuzz/fuzz: Running 1 inputs 10 time(s) each.
5Running: ./qa-assets/fuzz_seed_corpus/scriptpubkeyman/c9b8928cecb1edc192fb2d5816b4b7878cdfcf50
6Executed ./qa-assets/fuzz_seed_corpus/scriptpubkeyman/c9b8928cecb1edc192fb2d5816b4b7878cdfcf50 in 250 ms
Master:
0INFO: Running with entropic power schedule (0xFF, 100).
1INFO: Seed: 2004906948
2INFO: Loaded 1 modules (1225603 inline 8-bit counters): 1225603 [0x104196f80, 0x1042c2303),
3INFO: Loaded 1 PC tables (1225603 PCs): 1225603 [0x1042c2308,0x105575b38),
4./src/test/fuzz/fuzz: Running 1 inputs 10 time(s) each.
5Running: ./qa-assets/fuzz_seed_corpus/scriptpubkeyman/c9b8928cecb1edc192fb2d5816b4b7878cdfcf50
6Executed ./qa-assets/fuzz_seed_corpus/scriptpubkeyman/c9b8928cecb1edc192fb2d5816b4b7878cdfcf50 in 21016 ms