cschuman/Cargo Perf
Static analysis for Rust performance anti-patterns and async correctness
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to analyze (defaults to current directory) | no | . |
| fail-on-error | Fail the action if any errors are found | no | true |
| fail-on-warning | Fail the action if any warnings are found | no | false |
| sarif | Generate SARIF output and upload to GitHub Code Scanning | no | true |
| version | Version of cargo-perf to install (defaults to latest) | no | latest |
| token | GitHub token for uploading SARIF results | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| issues-found | Number of issues found |
| errors-found | Number of errors found |
| warnings-found | Number of warnings found |