Add SciMark benchmark
authorAndy Ayers <andya@microsoft.com>
Thu, 7 Jan 2016 17:13:50 +0000 (09:13 -0800)
committerAndy Ayers <andya@microsoft.com>
Thu, 7 Jan 2016 18:51:35 +0000 (10:51 -0800)
commitbf72a4f2b0c8937102d1b791755c1ae5b0da7cad
treeb7cb000f2b360b9f928e9b3a214affb8ce8e5122
parentb74cd1d74e7c968f8a8368498ad37fc6a5dd8577
Add SciMark benchmark

3rd party attributions retained in file header comments.
tests/src/JIT/Performance/CodeQuality/SciMark/CommandLine.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/SciMark/Constants.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/SciMark/FFT.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/SciMark/LU.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/SciMark/MonteCarlo.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/SciMark/Random.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/SciMark/SOR.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/SciMark/SciMark.csproj [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/SciMark/SparseCompRow.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/SciMark/Stopwatch.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/SciMark/kernel.cs [new file with mode: 0644]