Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/memory-profile-compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Checkout main branch
uses: actions/checkout@v2
with:
ref: 'main'
ref: ff-3110-fix-perf-test
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just for testing. Must be reverted before merge ^


- name: Set up Go (main branch)
uses: actions/setup-go@v2
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ profile-memory: test-data
@cd eppoclient && \
{ \
echo "Using OUTFILE_SUFFIX: $$OUTFILE_SUFFIX"; \
go test -run Test_e2e -memprofile ../memprofile$$OUTFILE_SUFFIX.out ./...; \
go test -run Test_e2e -memprofile ../memprofile$$OUTFILE_SUFFIX.out .; \
go tool pprof -text -nodecount=50 ../memprofile$$OUTFILE_SUFFIX.out > ../memprofile$$OUTFILE_SUFFIX.text; \
}

Expand Down
Loading