google / oss-fuzz-gen

LLM powered fuzzing via OSS-Fuzz.
Apache License 2.0
780 stars 92 forks source link

report: add option for continuous report serving #421

Closed DavidKorczynski closed 2 weeks ago

DavidKorczynski commented 2 weeks ago

When running experiments locally the workflow is to continuously rebuild the static pages while having a http server launched. This is a bit inconvenient. This commit adds an option to the web module such that both a http server is launched and the static generator continues to generate files as long as the http server is launched.

DavidKorczynski commented 2 weeks ago

python3 -m report.web -r ./results -o result-report-1 -s will spawn a server and run it until the process is stopped

DavidKorczynski commented 2 weeks ago

/gcbrun skip