Skip to content

Commit

Permalink
[WIP] Try JSON Toolkit with unordered-dense
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti committed Sep 24, 2024
1 parent d7d38d1 commit 4905cbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions implementations/jsontoolkit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RUN apk add --no-cache git build-base cmake

COPY . /app
RUN git clone https://github.com/sourcemeta/jsontoolkit /app/repo
RUN git -C /app/repo checkout unordered-dense
RUN cmake -S /app -B /app/build -DCMAKE_BUILD_TYPE:STRING=Release -DBUILD_SHARED_LIBS:BOOL=OFF
RUN cmake --build /app/build --config Release --parallel 4
ENTRYPOINT ["/app/build/jsontoolkit_benchmark"]
Expand Down

0 comments on commit 4905cbb

Please sign in to comment.