This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
threads.t: make stress test less stressy
authorDavid Mitchell <davem@iabyn.com>
Thu, 3 Dec 2015 14:30:10 +0000 (14:30 +0000)
committerDavid Mitchell <davem@iabyn.com>
Thu, 3 Dec 2015 14:35:15 +0000 (14:35 +0000)
commit92406f2f137932358ec1ba6db18b5f2f1328ada2
tree345f6e27ed395b2df785f0a2ab5ebd1f6446f3a3
parenta28f0da7f5d8baefef1f3868d270369755117804
threads.t: make stress test less stressy

Test 10 creates 100 threads that do 'require IO'. This can use a lot
of memory and other resources. reduce it to 10.
t/op/threads.t