Reduce case iteration counts in SeekUnroll.
authorPat Gavlin <pagavlin@microsoft.com>
Thu, 16 Mar 2017 23:08:06 +0000 (16:08 -0700)
committerPat Gavlin <pagavlin@microsoft.com>
Thu, 16 Mar 2017 23:08:06 +0000 (16:08 -0700)
commit13867720e00706ade79e6030f6e8441fbfdef41c
tree015aaea3f3011937abb2afa188a7acaa4773482b
parent7d8e1382eea401386890bc38065fa9b8ef76141e
Reduce case iteration counts in SeekUnroll.

This test was taking too long to run on x86. After investigation, it
does not appear that there is a fundamental problem with the code
generated for the test; rather, it seems that we are running an
excessive number of iterations when using this test as a correctness
test. This change reduces the number of times we run each case from 10
to 1 unless otherwise specified on the command line.
tests/src/JIT/Performance/CodeQuality/SIMD/SeekUnroll/SeekUnroll.cs