gmetrics-action
Version updated for https://github.com/twangodev/gmetrics to version v1.7.1.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The GitHub Action gmetrics is a Go port of lowlighter/metrics, designed for generating SVG output paths using the metrics tool. It automates tasks related to performance monitoring and analysis by providing an alternative to the original metrics package. The action supports caching per-repo language stats across runs, optimizing processing for new commits.
What’s Changed
1.7.1 (2026-07-21)
Bug Fixes
- base: split GraphQL query to avoid resource limits (#24) (b0256b0)
- http: rate-limit retry attempts (a5dedaf)
Performance Improvements
- languages: optimize incremental history scanning (7dba359)