mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
Clean benchmark run
This commit is contained in:
parent
799cc39397
commit
ff7755c94c
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ bench-roc:
|
||||||
# get benchmark results from trunk if they exist
|
# get benchmark results from trunk if they exist
|
||||||
COPY --dir --if-exists criterion ./target
|
COPY --dir --if-exists criterion ./target
|
||||||
# ulimit -s unlimited to prevent stack overflow errors for CFold
|
# 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
|
ulimit -s unlimited && cd cli && cargo criterion && sccache --show-stats
|
||||||
SAVE ARTIFACT target/criterion AS LOCAL criterion
|
SAVE ARTIFACT target/criterion AS LOCAL criterion
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue