DEV Community

Discussion on: My best practices on Go fuzzing

Collapse
 
clavinjune profile image
Clavin June

you can use -fuzztime=1s to make it shorter tho

Thread Thread
 
kevwan profile image
Kevin Wan

I'm afraid with -fuzztime=1s not catching edge case bugs. I think go fuzzing is suppose to be run for longer time.

But yes, you can do that if you want to run all the fuzzing tests.