-
Notifications
You must be signed in to change notification settings - Fork 57
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
Drafted Dockerfile to perform tests. #152
base: master
Are you sure you want to change the base?
Conversation
apt update && \ | ||
apt install cmake | ||
|
||
RUN git clone https://github.com/daanx/mimalloc-bench |
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.
git clone --depth=1 https://github.com/daanx/mimalloc-bench
is a bit better.
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.
Agreed, though the repo size is really minuscule. Can do if you prefer so.
Any further feedback? |
I'm not using Docker at all, so I don't have much more to say :/ |
It's ok. Can you suggest how to use |
If memory serves, you can simply throw the output of a |
If my memory serves, last time I ran |
See #117