feat(bench): post PR benchmark reports#15647
Draft
stevencartavia wants to merge 13 commits into
Draft
Conversation
…execution of untrusted code' Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Contributor
📊 Benchmark Results✅ Benchmark complete! View job Config: ⚪ no significant changes (0 regression, 0 improvement, 23 neutral)
🔴 regression · 🟢 improvement · ⚪ within noise. A change is flagged only when the whole noise band (±) clears the 2.0% floor. 📈 Full benchmark results📊 Foundry Benchmark ResultsGenerated at: 2026-07-09 07:56:21 UTC Forge TestRepositories TestedFoundry Versions
Forge Fuzz Test
Forge Test (Isolated)Repositories TestedFoundry Versions
Forge BuildRepositories TestedFoundry Versions
No Cache
With Cache
Forge CoverageRepositories TestedFoundry Versions
System Information
🤖 Generated by the Foundry Benchmarks workflow. |
…orts # Conflicts: # .github/workflows/benchmarks-dispatch.yml
Reuse master's benchmarks.yml comment path instead of a parallel workflow. Build origin/master from source as the baseline (not the stable release) so master-only regressions surface, and inject regression/improvement verdicts into the PR comment via a generalized compare-nightly.sh. Drops the abandoned derek-bench dispatch job and the duplicate compare/post scripts.
Contributor
Benchmark Results (master vs this branch)View benchmark run · baseline Verdicts
📊 Foundry Benchmark ResultsGenerated at: 2026-07-09 18:20:29 UTC Forge TestRepositories TestedFoundry Versions
Forge Fuzz Test
Forge Test (Isolated)Repositories TestedFoundry Versions
📈 View all benchmark resultsForge BuildRepositories TestedFoundry Versions
No Cache
With Cache
Forge CoverageRepositories TestedFoundry Versions
System Information
🤖 This comment was automatically generated by the Foundry Benchmarks workflow. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Benchmarks a PR against a source-built
masterbaseline (merge-base) and posts a sticky comment with regressions and improvements. Triggered via the Benchmarks workflow withversions=master,local.Closes OSS-478