diff options
author | Joseph Tremoulet <jotrem@microsoft.com> | 2017-09-14 15:11:48 -0400 |
---|---|---|
committer | Joseph Tremoulet <jotrem@microsoft.com> | 2017-09-15 13:46:58 -0400 |
commit | e05511683b49b798f30b2b9fcad01425d4ef5c31 (patch) | |
tree | 90c92e27436d30afbbd867005aff411ea7106f82 /.gitattributes | |
parent | d0099ff43166d145e4899bb568ecc9e41aaa2d9a (diff) | |
download | coreclr-e05511683b49b798f30b2b9fcad01425d4ef5c31.tar.gz coreclr-e05511683b49b798f30b2b9fcad01425d4ef5c31.tar.bz2 coreclr-e05511683b49b798f30b2b9fcad01425d4ef5c31.zip |
Modify benchmarks to run in perf test harness
- Add result validation
- Add [Benchmark] attributes and appropriate iteration counts
- Minor edits here and there to target .NET Standard 1.4
- Exception: pi-digits rewritten to use managed BitInteger instead of
p/invoke out to GMP.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index add84340ad..27e6703185 100644 --- a/.gitattributes +++ b/.gitattributes @@ -69,6 +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/regex-redux/regexdna-input25.txt text eol=lf +tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/regexdna-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 |