-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
fuzzing: add a summary and enable printf #7747
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
can be seen here: |
GNU testsuite comparison:
|
8b4da5d
to
8e3918d
Compare
GNU testsuite comparison:
|
GNU testsuite comparison:
|
GNU testsuite comparison:
|
6dc7361
to
0ff7c60
Compare
GNU testsuite comparison:
|
GNU testsuite comparison:
|
GNU testsuite comparison:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)
.github/workflows/fuzzing.yml:265
- The command substitution inside the echo contains nested double quotes that may break the command due to improper escaping. Consider using single quotes for the grep pattern or refactoring the command to avoid nested double quotes.
echo "- **Average execution rate:** $(grep -h "stat::average_exec_per_sec" fuzz/stats/*.txt | awk '{sum += $2; count++} END {if (count > 0) print sum/count " execs/sec"; else print "unknown"}')" >> fuzzing_summary.md
https://github.com/sylvestre/coreutils/actions/runs/14429413097