We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107164c commit bac6d66Copy full SHA for bac6d66
implementations/blaze/Dockerfile
@@ -7,5 +7,6 @@ COPY . /app
7
RUN git clone -b ${BLAZE_BRANCH} https://github.com/sourcemeta/blaze /app/repo
8
RUN cmake -S /app -B /app/build -DCMAKE_BUILD_TYPE:STRING=Release -DBUILD_SHARED_LIBS:BOOL=OFF
9
RUN cmake --build /app/build --config Release --parallel 4
10
+ENV LD_PRELOAD=/app/librpmalloc.so
11
ENTRYPOINT ["/app/build/blaze_benchmark"]
12
CMD []
implementations/blaze/librpmalloc.so
71.3 KB
0 commit comments