build: reduce iteration count for various tests for ARM.

Takes very long on Drone, currently. We will ramp this up
once the build is stabilized again.
awsm
Samy Al Bahra 6 years ago
parent 85709d0bc2
commit 9102f9300b

@ -5,7 +5,7 @@
set -x set -x
export CFLAGS="-DITERATE=400 -DPAIRS_S=100 -DITERATIONS=24" export CFLAGS="-DITERATE=400 -DPAIRS_S=100 -DITERATIONS=24 -DSTEPS=10000"
./configure $@ ./configure $@
if [ `uname -s` = "FreeBSD" ]; then if [ `uname -s` = "FreeBSD" ]; then

Loading…
Cancel
Save