diff options
author | Andy Ayers <andya@microsoft.com> | 2017-01-27 16:45:38 -0800 |
---|---|---|
committer | Andy Ayers <andya@microsoft.com> | 2017-01-27 18:52:04 -0800 |
commit | 47fa373a9bdb460bdd90b51c2bbd40f9bc48937f (patch) | |
tree | 9aac7680e70d75b970e84c66aea2c4062e02363a /.gitattributes | |
parent | 119b04c1d3b7a9842eaaacb974e991e5d454f2b4 (diff) | |
download | coreclr-47fa373a9bdb460bdd90b51c2bbd40f9bc48937f.tar.gz coreclr-47fa373a9bdb460bdd90b51c2bbd40f9bc48937f.tar.bz2 coreclr-47fa373a9bdb460bdd90b51c2bbd40f9bc48937f.zip |
Add BenchmarkGames regexdna test
Based on the "version 6" test base. As with revcomp, keeping the input
files as unix line ending, and relatively small.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index ee8924ec40..728ebf1bc1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -67,5 +67,8 @@ src/pal/tests/palsuite/paltestlist.txt text eol=lf 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 + |