Various sorting benchmarks
authorAndy Ayers <andya@microsoft.com>
Fri, 4 Dec 2015 23:04:13 +0000 (15:04 -0800)
committerAndy Ayers <andya@microsoft.com>
Wed, 9 Dec 2015 01:16:02 +0000 (17:16 -0800)
commit942676e7982503bd3d20e87b8ed9fb61a4922cce
tree803fb9b38de94782d85aeb1096c7a87ab935b8ef
parent5da2b1a6fe494f7c2ac36553defe570c53d5baca
Various sorting benchmarks

TreeSort, HeapSort, QuickSort, BubbleSort, BubbleSort2
tests/src/JIT/Performance/CodeQuality/BenchI/BubbleSort/BubbleSort.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchI/BubbleSort/BubbleSort.csproj [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchI/BubbleSort2/BubbleSort2.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchI/BubbleSort2/BubbleSort2.csproj [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchI/HeapSort/HeapSort.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchI/HeapSort/HeapSort.csproj [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchI/QuickSort/QuickSort.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchI/QuickSort/QuickSort.csproj [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchI/TreeSort/TreeSort.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchI/TreeSort/TreeSort.csproj [new file with mode: 0644]