Skip to content

Commit

Permalink
Rewrite log storage, remove server/ and deflate (#19)
Browse files Browse the repository at this point in the history
* Rewrite log storage, remove `server/` and deflate

- Rewrote log storage to be single file and bucket-friendly
- Removed `server/` as it's outdated and unused
- Removed deflate as compression will be performed externally

* Fix some fuzzer things on Windows

* Add more information to saved logs

* add back file stuff
  • Loading branch information
SuperAuguste authored Sep 23, 2023
1 parent 98c68af commit 2c15712
Show file tree
Hide file tree
Showing 15 changed files with 127 additions and 1,918 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ General Options:
--help Print this help and exit
--zls-path [path] Specify path to ZLS executable
--mode [mode] Specify fuzzing mode - one of { best_behavior, markov }
--deflate Compress log files with DEFLATE
--cycles-per-gen How many times to fuzz a random feature before regenerating a new file. (default: 25)

For a listing of mode specific options, use 'sus --mode [mode] -- --help'.
Expand Down
Loading

0 comments on commit 2c15712

Please sign in to comment.