I am trying to use csmith to generate stress-testing files that are large (~1m lines).
Version:
csmith 2.3.0
Git version: 30dccd73b
Running
csmith --max-block-depth 5
Is fast.
Then attempting
csmith --max-block-depth 10
either takes <1s or takes 10+ minutes (has not yet finished on my computer when it hits the "slow" path).
Is this expected behaviour? (and if so, is there a better way to generate very large files with csmith?)