Closed goller closed 3 years ago
Great work also! I'm fine with moving the binary file, and I'll try to make sure everything works well when I do a release. I might have to add a [[bin]]
section to the Cargo.toml.
Another issue with forking your changes in, as much as I love the model, is that github doesn't run actions over them. Can you push both of your changes to the repo itself? Also, maybe join our Discord. I should put a link up in the README to our Matrix server, also.
I had to move src/main.rs into src/bin/fuzzr.rs as benches cannot import the lib of a binary.
Here is an example report:
I have yet to add image benchmarks; I'm not sure how to generate a variety of sizes yet.
Signed-off-by: Chris Goller goller@gmail.com