Skip to content

Commit

Permalink
fix pgo file name
Browse files Browse the repository at this point in the history
  • Loading branch information
mazrean committed Aug 8, 2024
1 parent b923126 commit 77d648f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiler/pyroscope.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func init() {

pgoFile, ok = os.LookupEnv("PGO_FILE")
if !ok {
pgoFile = "pgo.out"
pgoFile = "default.pgo"
}

profileType, ok = os.LookupEnv("PGO_PROFILE_TYPE")
Expand Down

0 comments on commit 77d648f

Please sign in to comment.