summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorJoseph Tremoulet <jotrem@microsoft.com>2017-08-31 14:32:57 -0400
committerJoseph Tremoulet <jotrem@microsoft.com>2017-09-15 13:28:10 -0400
commit4d9e8b539f5e9518d707f55624d43309bae266a2 (patch)
tree2328c2a6fd3d03d45aa7042ad4a6187b391256f9 /.gitattributes
parent19fc1cdcf46f971aff72387af06019a8740b30ed (diff)
downloadcoreclr-4d9e8b539f5e9518d707f55624d43309bae266a2.tar.gz
coreclr-4d9e8b539f5e9518d707f55624d43309bae266a2.tar.bz2
coreclr-4d9e8b539f5e9518d707f55624d43309bae266a2.zip
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).
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index 519ecbb037..add84340ad 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -69,8 +69,8 @@ src/pal/tests/palsuite/paltestlist_to_be_reviewed.txt text eol=lf
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regexdna/regexdna-input25.txt text eol=lf
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regexdna/regexdna-input25000.txt text eol=lf
-tests/src/JIT/Performance/CodeQuality/BenchmarksGame/revcomp/revcomp-input25.txt text eol=lf
-tests/src/JIT/Performance/CodeQuality/BenchmarksGame/revcomp/revcomp-input25000.txt text eol=lf
+tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/revcomp-input25.txt text eol=lf
+tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/revcomp-input25000.txt text eol=lf
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/knucleotide-input.txt text eol=lf
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/knucleotide-input-big.txt text eol=lf