mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +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
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue