Skip to content

feat: fuzzer metrics #10988

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

Merged
merged 5 commits into from
Jul 15, 2025
Merged

Conversation

0xalpharush
Copy link
Contributor

@0xalpharush 0xalpharush commented Jul 11, 2025

Motivation

Better observability and benchmarking capabilities of fuzzer performance

closes #10876

The number of failures don't really make sense until #9727 is implemented

Solution

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

@0xalpharush
Copy link
Contributor Author

@grandizzy is going to update the progress bar to include this and maybe also add a machine-readable format that can be for analysis

@grandizzy
Copy link
Collaborator

grandizzy commented Jul 14, 2025

@grandizzy is going to update the progress bar to include this and maybe also add a machine-readable format that can be for analysis

added in b7887c2

if corpus enabled inline
image

in progress
image

@grandizzy grandizzy marked this pull request as ready for review July 15, 2025 06:58
Copy link
Member

@zerosnacks zerosnacks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes sense 👍

@0xalpharush
Copy link
Contributor Author

0xalpharush commented Jul 15, 2025

Once we have the dedicated continuous mode that targets a contract and calls all its invariants, we can change the stats to be per contract instead of per invariant

@grandizzy grandizzy merged commit 00988ab into foundry-rs:master Jul 15, 2025
22 checks passed
@github-project-automation github-project-automation bot moved this to Done in Foundry Jul 15, 2025
@0xalpharush 0xalpharush deleted the feat/fuzzer-metrics branch July 15, 2025 13:59
@grandizzy grandizzy self-assigned this Jul 15, 2025
@grandizzy grandizzy added this to the v1.3.0 milestone Jul 15, 2025
@grandizzy grandizzy moved this from Done to Completed in Foundry Jul 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

feat(fuzz): structured logging for monitoring long-running fuzzing campaigns
4 participants