Update performance tests
authorDrew Scoggins <anscoggi@microsoft.com>
Tue, 25 Oct 2016 23:58:31 +0000 (16:58 -0700)
committerDrew Scoggins <anscoggi@microsoft.com>
Wed, 26 Oct 2016 23:14:54 +0000 (16:14 -0700)
commit6d25f9baf35f5cb2d245d56d73509c40763f9c36
treed841f332ee758df0a517d027418d068942949953
parent42e06dabb8c052db9f6706dc8558391801e629a7
Update performance tests

Add inner iterations to all performance tests in the perflab directory.
This is because we were measuring a time that was to small, and the
results were not useful.  This should also reduce the number of high level
iterations we run as well.

Commit migrated from https://github.com/dotnet/coreclr/commit/e265939060ae690a3e971d80d60cdb5b45f734bb
src/coreclr/tests/src/performance/perflab/BlockCopyPerf.cs
src/coreclr/tests/src/performance/perflab/CastingPerf.cs
src/coreclr/tests/src/performance/perflab/CastingPerf2.cs
src/coreclr/tests/src/performance/perflab/DelegatePerf.cs
src/coreclr/tests/src/performance/perflab/EnumPerf.cs
src/coreclr/tests/src/performance/perflab/LowLevelPerf.cs
src/coreclr/tests/src/performance/perflab/ReflectionPerf.cs
src/coreclr/tests/src/performance/perflab/StackWalk.cs
src/coreclr/tests/src/performance/perflab/ThreadingPerf.cs