diff options
author | MarcoFalke <falke.marco@gmail.com> | 2022-01-31 08:58:21 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2022-01-31 08:58:23 +0100 |
commit | 9237bdaac196951a437accaefa65638149b25978 (patch) | |
tree | d4bbed868bb60ac28bdcb4aa9c2a6e56a25147e2 /src/hash.cpp | |
parent | eacc0e87f8a69e57fab0e5880416e3897a24922a (diff) | |
parent | fa6842978d01f6707564a841303033d7bfbabb3b (diff) |
Merge bitcoin/bitcoin#24179: fuzz: Speed up script fuzz target
fa6842978d01f6707564a841303033d7bfbabb3b fuzz: Speed up script fuzz target (MarcoFalke)
Pull request description:
Currently the script fuzz target takes the longest time (5000 seconds, aka 80 minutes, see https://cirrus-ci.com/task/5651378755338240?logs=ci#L4501).
Fix this by making it twice as fast.
Instead of running all possible combinations for all fuzz inputs, consume a bool and decide at runtime which path to take.
I moved the new calls to the end to not invalidate existing fuzz inputs.
ACKs for top commit:
prusnak:
ACK fa6842978d01f6707564a841303033d7bfbabb3b
Tree-SHA512: 5e408255f96f9e92e472f4e8a8a0f8d8814bad444ac0ff7d5db5ed84a59a861135ffe5e04d81f479b0695cb17e4d7af005734959dd4aa9328bdc5acc98f36665
Diffstat (limited to 'src/hash.cpp')
0 files changed, 0 insertions, 0 deletions