Commit 4d5ab749 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

added benchmark

parent 2319f12d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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