Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeralsing committed Apr 4, 2024
2 parents 2080076 + 9bb1999 commit 769d317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/remote-benchmark/node1/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func main() {
if err != nil {
log.Fatal(err)
}
defer f.Close()
pprof.StartCPUProfile(f)
defer pprof.StopCPUProfile()
}
Expand Down

0 comments on commit 769d317

Please sign in to comment.