Add discrete-domain benchmarks and benchmark CI workflow - #28
Merged
Conversation
Add an approximate_discrete group exercising Barycentric and Thiele construction over a log-clustered discrete point set, and a GitHub Actions workflow that runs AirspeedVelocity on PRs to compare against the default branch. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Contributor
Benchmark ResultsRatios above 1 mean this PR is slower than
Benchmark PlotsPlots have been uploaded as an artifact to this workflow run |
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.
Summary
approximate_discretebenchmark group exercising Barycentric (AAA) and Thiele construction over a 1001-point log-clustered discrete set (matching thetest/discrete.jlpoint distribution), across three difficulty profiles: steeptanh, near-real branch-pointabs, and near-polesin(1/(1.05-x))..github/workflows/Benchmark.yml) that runs AirspeedVelocity on PRs, comparing the PR head against the default branch and posting/updating a ratio table comment (plots uploaded as an artifact).Notes
pull_requesttrigger, so it will not post comments on PRs from forks (read-only token). Fork-PR commenting would requirepull_request_target, which runs untrusted code with a write token — deliberately avoided.main, so it does not run on this PR; it activates on the next PR after merge.🤖 Generated with Claude Code