Skip to content

Commit bac6d66

Browse files
committed
Run Blaze with rpmalloc
1 parent 107164c commit bac6d66

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

implementations/blaze/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ COPY . /app
77
RUN git clone -b ${BLAZE_BRANCH} https://github.com/sourcemeta/blaze /app/repo
88
RUN cmake -S /app -B /app/build -DCMAKE_BUILD_TYPE:STRING=Release -DBUILD_SHARED_LIBS:BOOL=OFF
99
RUN cmake --build /app/build --config Release --parallel 4
10+
ENV LD_PRELOAD=/app/librpmalloc.so
1011
ENTRYPOINT ["/app/build/blaze_benchmark"]
1112
CMD []

implementations/blaze/librpmalloc.so

71.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)