summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorGustavo Hurovich <t-guhuro@microsoft.com>2017-02-02 15:27:48 -0800
committerGustavo Hurovich <t-guhuro@microsoft.com>2017-02-09 15:20:13 -0800
commit812230630b694f14ebf0d54eb1c357f4dfb9bb5a (patch)
tree5ad657c666af327efc0d341128604202b862d554 /.gitattributes
parent0dedbd515f74d2102b21a9fdf0aeab6a76cda01e (diff)
downloadcoreclr-812230630b694f14ebf0d54eb1c357f4dfb9bb5a.tar.gz
coreclr-812230630b694f14ebf0d54eb1c357f4dfb9bb5a.tar.bz2
coreclr-812230630b694f14ebf0d54eb1c357f4dfb9bb5a.zip
Add k-nucleotide to BenchmarkGames
Changed .gitattributes to set line endings to windows ones for the input files of this test. Added two different tests, one with and the other without parallelism. Used FileStream instead of BufferedStream, since the latter does not exist in netstandard 1.4
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 728ebf1bc1..519ecbb037 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -71,4 +71,6 @@ tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regexdna/regexdna-input25.t
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/k-nucleotide/knucleotide-input.txt text eol=lf
+tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/knucleotide-input-big.txt text eol=lf