More integer benchmarks for the jit
authorAndy Ayers <andya@microsoft.com>
Mon, 7 Dec 2015 22:33:29 +0000 (14:33 -0800)
committerAndy Ayers <andya@microsoft.com>
Wed, 9 Dec 2015 00:54:20 +0000 (16:54 -0800)
commit47c421a21e63aa7065229d7b4bac069f58f6a58a
tree9240ad614e97c0c6095d951a169fab57bb0af654
parent5da2b1a6fe494f7c2ac36553defe570c53d5baca
More integer benchmarks for the jit

Adds Array2, IniArray, LogicArray, Midpoint, MulMatrix.
tests/src/JIT/Performance/CodeQuality/BenchI/Array2/Array2.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchI/Array2/Array2.csproj [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchI/IniArray/IniArray.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchI/IniArray/IniArray.csproj [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchI/LogicArray/LogicArray.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchI/LogicArray/LogicArray.csproj [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchI/Midpoint/Midpoint.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchI/Midpoint/Midpoint.csproj [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchI/MulMatrix/MulMatrix.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchI/MulMatrix/MulMatrix.csproj [new file with mode: 0644]