Benchmark PR with AirspeedVelocity
Version updated for https://github.com/MilesCranmer/AirspeedVelocity.jl to version action-v1.2.0.
- This action is used across all versions by 38 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
AirspeedVelocity.jl is a benchmarking tool for Julia packages that automates the generation, comparison, and visualization of performance benchmarks across different commits, branches, or tags. It simplifies benchmarking workflows with a command-line interface and integrates seamlessly into GitHub Actions to provide automated benchmarking results as pull request comments or job summaries. This tool ensures reproducibility by freezing benchmark scripts at specific revisions, eliminating concerns about history overwrites.
Release notes
What’s Changed
Features
- feat: add support for fixed time units by @langestefan in https://github.com/MilesCranmer/AirspeedVelocity.jl/pull/123
Fixes
- Use Julia version in plot artifact name to avoid name collisions by @devmotion in https://github.com/MilesCranmer/AirspeedVelocity.jl/pull/120
Chores
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/MilesCranmer/AirspeedVelocity.jl/pull/108
- chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/MilesCranmer/AirspeedVelocity.jl/pull/119
- chore(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in https://github.com/MilesCranmer/AirspeedVelocity.jl/pull/117
- chore(deps): bump peter-evans/create-or-update-comment from 4 to 5 by @dependabot[bot] in https://github.com/MilesCranmer/AirspeedVelocity.jl/pull/110
- chore(deps): bump peter-evans/find-comment from 3 to 4 by @dependabot[bot] in https://github.com/MilesCranmer/AirspeedVelocity.jl/pull/109
- chore(deps): bump codecov/codecov-action from 4 to 5 by @dependabot[bot] in https://github.com/MilesCranmer/AirspeedVelocity.jl/pull/103
New Contributors
- @langestefan made their first contribution in https://github.com/MilesCranmer/AirspeedVelocity.jl/pull/123
- @devmotion made their first contribution in https://github.com/MilesCranmer/AirspeedVelocity.jl/pull/120
Full Changelog: https://github.com/MilesCranmer/AirspeedVelocity.jl/compare/action-v1.1.0...action-v1.2.0