Skip to content

Commit

Permalink
Ensure profiles are merged properly
Browse files Browse the repository at this point in the history
  • Loading branch information
jspc committed Jan 14, 2024
1 parent 7c3890b commit e42a726
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
littleauth
profiles/*.pprof
*.pb.gz
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ littleauth: *.go go.* merged.pprof
-upx $@

merged.pprof:
go tool pprof -proto profiles/*.pprof merged.pprof
go tool pprof -proto -output merged.pprof profiles/*.pprof
Binary file modified merged.pprof
Binary file not shown.

0 comments on commit e42a726

Please sign in to comment.