[Chapel Merge] Drop the problem size of some LockFree{Queue,Stack} futures

Branch: refs/heads/main
Revision: 7b56fb1dc5a6acea480fb67cd469a1690b3fa447
Author: ronawho
Link: Drop the problem size of some LockFree{Queue,Stack} futures by ronawho · Pull Request #21816 · chapel-lang/chapel · GitHub
Log Message:
Drop the problem size of some LockFree{Queue,Stack} futures (#21816)

The interleavedTest futures took ~70s, which we noticed after enabling
futures by default. That's long for a normal test, much less a future so
reduce the problem size. It's small enough now that we can remove -O3
from compopts. Note that I did this for all tests in these dirs even
though it was only the interleaved ones that were particularly slow.

Compare: Comparing 57ac66e845f585c1694e831ff0ca8ea43114d84a...cafa25e10aed78431fe091c0e695d7a483c4898f · chapel-lang/chapel · GitHub

Diff:
M test/library/packages/LockFreeQueue/consistencyCheck.chpl
D test/library/packages/LockFreeQueue/consistencyCheck.compopts
M test/library/packages/LockFreeQueue/interleavedTest.chpl
D test/library/packages/LockFreeQueue/interleavedTest.compopts
M test/library/packages/LockFreeStack/consistencyCheck.chpl
D test/library/packages/LockFreeStack/consistencyCheck.compopts
M test/library/packages/LockFreeStack/interleavedTest.chpl
D test/library/packages/LockFreeStack/interleavedTest.compopts
https://github.com/chapel-lang/chapel/pull/21816.diff