lower max threads in make check

seems to annoy travis
This commit is contained in:
John Cupitt 2015-12-18 09:11:15 +00:00
parent e40a3d166e
commit 7267ca4a28
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ for tile in 10 64 128 512; do
--vips-tile-width=$tile --vips-tile-height=$tile \
im_benchmarkn $tmp/t3.v $tmp/t5.v $chain
for cpus in 2 3 4 5 6 7 8 99 1024; do
for cpus in 2 3 4 5 6 7 8 99; do
echo trying cpus = $cpus, tile = $tile ...
vips --vips-concurrency=$cpus \
--vips-tile-width=$tile --vips-tile-height=$tile \