mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 10:02:38 +03:00
forgot to set ulimit
This commit is contained in:
parent
258d05c6d0
commit
fa0e183947
3
.github/workflows/benchmarks.yml
vendored
3
.github/workflows/benchmarks.yml
vendored
@ -30,6 +30,9 @@ jobs:
|
||||
|
||||
- name: on current branch; prepare a self-contained benchmark folder
|
||||
run: earthly --config ci/earthly-conf.yml +prep-bench-folder
|
||||
|
||||
- name: set ulimit to prevent stack overflow error
|
||||
run: ulimit -s unlimited
|
||||
|
||||
- name: benchmark trunk
|
||||
run: cd bench-folder-trunk && ./target/release/deps/time_bench --bench
|
||||
|
Loading…
Reference in New Issue
Block a user