-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory profiler support #60
Conversation
a92a635
to
94f1cbe
Compare
Sorry, requested reviews again, since I had to adjust the Dockerfile. |
.github/workflows/deploy.yaml
Outdated
@@ -31,7 +31,7 @@ jobs: | |||
uses: docker/build-push-action@v4 | |||
with: | |||
context: . | |||
file: docker/Dockerfile.binary | |||
file: docker/Dockerfile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did the filename change? Makes the PR harder to review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted the naming back.
324fee1
to
8166aba
Compare
Makes it possible to run solvers with Heaptrack profiler.