chore(pgo): refresh default.pgo profile - #2444
Conversation
|
Important Review skippedReview was skipped as selected files did not have any reviewable changes. 💤 Files selected but had no reviewable changes (1)
⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
📊 Code Coverage Report
Tip This project maintains a minimum coverage threshold of 85%. Maintain or improve coverage on new code to ensure long-term stability. Last updated: Mon, 31 Aug 2026 13:00:00 GMT |
Automated weekly refresh of
default.pgo, the CPU profile Go'sProfile-Guided Optimization (PGO) auto-consumes from the main
package directory on
go build.Generated by
make pgo(scripts/pgo.sh), which builds theserver and
cmd/pgoloadload generator, runs the server withGOPHERSTACK_PPROF_ADDRset, captures a CPU profile whiledriving heavy DynamoDB (GSI/LSI) and S3 traffic plus a
best-effort integration-test pass against the live endpoint,
and validates the result with
go tool pprofandgo build -pgo=auto.This PR was opened automatically by the
.github/workflows/pgo.ymlworkflow. Review the profilediff and merge if it looks reasonable.