summaryrefslogtreecommitdiff
path: root/integrationtests/foo
AgeCommit message (Collapse)Author
2025-06-16implement true Profile-Guided Optimization with Go compiler -pgo flagPaul Buetow
- Refactor PGO script to use actual Go compiler PGO instead of just profiling - Add proper baseline vs PGO-optimized binary comparison - Break script into maintainable functions for better organization - Update Makefile and documentation to reflect PGO process - Generate comprehensive performance reports with before/after analysis 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>