Proficiency — Go API Performance
Version updated for https://github.com/tuxerrante/proficiency to version v0.2.1.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the profiling of Go API endpoints to catch performance regressions before they are merged into a main branch. It generates a versioned report with CPU, heap, and block profiles, which can be compared between commits or pull requests using regression rules. The tool is designed for OpenAPI-enabled services with /debug/pprof/ enabled and provides a stable JSON report for artifacts and automation.
What’s Changed
What’s Changed
- feat(marketplace): polish v0 Action launch by @tuxerrante in https://github.com/tuxerrante/proficiency/pull/76
- chore(release): prepare v0.2.1 Marketplace launch by @tuxerrante in https://github.com/tuxerrante/proficiency/pull/77
Full Changelog: https://github.com/tuxerrante/proficiency/compare/v0.2.0...v0.2.1