Rust Bench Compare PRs
Version updated for https://github.com/wcampbell0x2a/rust-bench-compare-action to version v1.0.0.
- This action is used across all versions by 1 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub action compares the performance of a pull request with the base branch using Rust benchmarks. It supports both the criterion.rs and gungraun harnesses, with gungraun providing more stable results due to instruction counts and estimated cycles. The action is hardware-independent and does not use external services, making it suitable for CI environments.
What’s Changed
- Initial Release