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)
commita67be37a5f9e90e6f9da044eda06e9beb1e3f14e
treed01bbf804841fd2481de5749709a098f7cfc759f
parentf0a38f019f8cf88b01509eff3f0dc37b13dc31c3
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.

Commit migrated from https://github.com/dotnet/coreclr/commit/13867720e00706ade79e6030f6e8441fbfdef41c
src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/SeekUnroll/SeekUnroll.cs