Update BenchmarksGame benchmarks to latest
authorJoseph Tremoulet <jotrem@microsoft.com>
Thu, 31 Aug 2017 18:32:57 +0000 (14:32 -0400)
committerJoseph Tremoulet <jotrem@microsoft.com>
Fri, 15 Sep 2017 17:28:10 +0000 (13:28 -0400)
commit4d9e8b539f5e9518d707f55624d43309bae266a2
tree2328c2a6fd3d03d45aa7042ad4a6187b391256f9
parent19fc1cdcf46f971aff72387af06019a8740b30ed
Update BenchmarksGame benchmarks to latest

For each benchmark, grab the current best C# .NET entry, and also grab
the current best serial implementation (since these are easier to work
with from the benchmarking perspective).
29 files changed:
.gitattributes
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees-best.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees-serial.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fannkuch-redux/fannkuch-redux-best.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fannkuch-redux/fannkuch-redux-serial.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta-best.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta-serial.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fastaredux/fastaredux-best.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide-best.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide-serial.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/mandelbrot/mandelbrot-best.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/mandelbrot/mandelbrot-serial.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/n-body/n-body-best.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/n-body/n-body-serial.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/n-body/n-body.csproj [moved from tests/src/JIT/Performance/CodeQuality/BenchmarksGame/nbody/nbody.csproj with 100% similarity]
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/n-body/nbody.csharp-3.cs [moved from tests/src/JIT/Performance/CodeQuality/BenchmarksGame/nbody/nbody.csharp-3.cs with 100% similarity]
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/pidigits/pidigits-best.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/pidigits/pidigits-serial.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/regex-redux-best.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/regex-redux-serial.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regexdna/regexdna-best.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/revcomp-input25.txt [moved from tests/src/JIT/Performance/CodeQuality/BenchmarksGame/revcomp/revcomp-input25.txt with 100% similarity]
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/revcomp-input25000.txt [moved from tests/src/JIT/Performance/CodeQuality/BenchmarksGame/revcomp/revcomp-input25000.txt with 100% similarity]
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/revcomp.csharp-1.cs [moved from tests/src/JIT/Performance/CodeQuality/BenchmarksGame/revcomp/revcomp.csharp-1.cs with 100% similarity]
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/reverse-complement-best.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/reverse-complement-serial.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/reverse-complement.csproj [moved from tests/src/JIT/Performance/CodeQuality/BenchmarksGame/revcomp/revcomp.csproj with 100% similarity]
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm-best.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm-serial.cs [new file with mode: 0644]