Clean benchmark run

This commit is contained in:
Anton-4 2021-06-08 17:36:22 +02:00 committed by GitHub
parent 799cc39397
commit ff7755c94c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,7 +136,7 @@ bench-roc:
# get benchmark results from trunk if they exist
COPY --dir --if-exists criterion ./target
# ulimit -s unlimited to prevent stack overflow errors for CFold
RUN --privileged --mount=type=cache,target=$SCCACHE_DIR \
RUN --no-cache --privileged --mount=type=cache,target=$SCCACHE_DIR \
ulimit -s unlimited && cd cli && cargo criterion && sccache --show-stats
SAVE ARTIFACT target/criterion AS LOCAL criterion