Add performance tests from the CLR perf lab.
authorBrian Robbins <brianrob@microsoft.com>
Sat, 19 Mar 2016 06:38:34 +0000 (23:38 -0700)
committerBrian Robbins <brianrob@microsoft.com>
Wed, 23 Mar 2016 20:13:15 +0000 (13:13 -0700)
commit911ad9dd315ba987595edf9cf5e57348fe5a0f4d
treeafcb5695ff096476441ae5261c05242f30576738
parent1a9eb1c5f4d9f257f3f96ef5205a0eb1a23395c3
Add performance tests from the CLR perf lab.
13 files changed:
tests/src/performance/perflab/BlockCopyPerf.cs [new file with mode: 0644]
tests/src/performance/perflab/CastingPerf.cs [new file with mode: 0644]
tests/src/performance/perflab/CastingPerf2.cs [new file with mode: 0644]
tests/src/performance/perflab/DelegatePerf.cs [new file with mode: 0644]
tests/src/performance/perflab/EnumPerf.cs [new file with mode: 0644]
tests/src/performance/perflab/LowLevelPerf.cs [new file with mode: 0644]
tests/src/performance/perflab/PerfLab.csproj [new file with mode: 0644]
tests/src/performance/perflab/Properties/AssemblyInfo.cs [new file with mode: 0644]
tests/src/performance/perflab/ReflectionPerf.cs [new file with mode: 0644]
tests/src/performance/perflab/StackWalk.cs [new file with mode: 0644]
tests/src/performance/perflab/ThreadingPerf.cs [new file with mode: 0644]
tests/src/performance/perflab/project.json [new file with mode: 0644]
tests/src/performance/performance.targets [new file with mode: 0644]