Commit 7e631c0
committed
Limit
The `full_stack_target` fuzzer is generally pretty slow, but on
some inputs the fuzzer is able to connect hundreds of thousands to
millions of blocks, which is by far the slowest operation. In some
cases, individual inputs can take tens of minutes to complete,
which is not a realistic issue in LDK (we don't expect there to be
million-block bursts in Bitcoin) so we simply disable it.full_stack fuzz runtime by limiting block connection ops1 parent 0ee1def commit 7e631c0
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
302 | 310 | | |
303 | 311 | | |
304 | 312 | | |
| |||
0 commit comments