Loading ci_cd/problem2.yml +2 −2 Original line number Diff line number Diff line Loading @@ -66,12 +66,12 @@ benchmark: cp impl/MyBloom.cpp hw4_ec/impl/ fi - cd hw4_ec - make extra - make test - set -o pipefail - | set +e ulimit -v $((10 * 1024 * 1024)) # ~10GB timeout 450s stdbuf -oL ./test.pl > extra2.out timeout 450s stdbuf -oL ./test > extra2.out STATUS=$? set -e Loading Loading
ci_cd/problem2.yml +2 −2 Original line number Diff line number Diff line Loading @@ -66,12 +66,12 @@ benchmark: cp impl/MyBloom.cpp hw4_ec/impl/ fi - cd hw4_ec - make extra - make test - set -o pipefail - | set +e ulimit -v $((10 * 1024 * 1024)) # ~10GB timeout 450s stdbuf -oL ./test.pl > extra2.out timeout 450s stdbuf -oL ./test > extra2.out STATUS=$? set -e Loading