lower max threads in make check
seems to annoy travis
This commit is contained in:
parent
e40a3d166e
commit
7267ca4a28
@ -15,7 +15,7 @@ for tile in 10 64 128 512; do
|
|||||||
--vips-tile-width=$tile --vips-tile-height=$tile \
|
--vips-tile-width=$tile --vips-tile-height=$tile \
|
||||||
im_benchmarkn $tmp/t3.v $tmp/t5.v $chain
|
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 ...
|
echo trying cpus = $cpus, tile = $tile ...
|
||||||
vips --vips-concurrency=$cpus \
|
vips --vips-concurrency=$cpus \
|
||||||
--vips-tile-width=$tile --vips-tile-height=$tile \
|
--vips-tile-width=$tile --vips-tile-height=$tile \
|
||||||
|
Loading…
Reference in New Issue
Block a user