summaryrefslogtreecommitdiff
path: root/tests/src/JIT/config
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 /tests/src/JIT/config
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 'tests/src/JIT/config')
-rw-r--r--tests/src/JIT/config/benchmark/project.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/JIT/config/benchmark/project.json b/tests/src/JIT/config/benchmark/project.json
index 96cfc70185..964a170755 100644
--- a/tests/src/JIT/config/benchmark/project.json
+++ b/tests/src/JIT/config/benchmark/project.json
@@ -8,6 +8,7 @@
"System.Console": "4.4.0-beta-24913-02",
"System.IO.FileSystem": "4.4.0-beta-24913-02",
"System.Linq": "4.4.0-beta-24913-02",
+ "System.Linq.Parallel": "4.4.0-beta-24913-02",
"System.Linq.Expressions": "4.4.0-beta-24913-02",
"System.Memory": "4.4.0-beta-24913-02",
"System.Numerics.Vectors": "4.4.0-beta-24913-02",