summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Performance/CodeQuality
AgeCommit message (Expand)AuthorFilesLines
2017-08-30Move performance tests back into Priority 0.Pat Gavlin52-104/+52
2017-08-27Refactor AsSpan to AsReadOnlySpan (#13608)Adrian Godong1-5/+5
2017-08-26Merge pull request #13411 from pgavlin/RepriTestsPat Gavlin52-22/+73
2017-08-22Add InnerIterationCount to layout benchmarksJoseph Tremoulet1-2/+2
2017-08-17Add perf testJoseph Tremoulet2-0/+159
2017-08-16Move less valuable tests to priority 1.Pat Gavlin52-22/+73
2017-07-31Add benchmarks mandelbrot and fannkuch (#12933)Victor "Nate" Graf4-0/+342
2017-07-25Completelly fix build of tests on LinuxRoman Artemev2-4/+4
2017-07-04Update to latest System.MemoryJan Kotas1-2/+2
2017-06-07Modify iteration behavior some benchmarksAndy Ayers43-185/+245
2017-05-26Enable linux perf runs (#11905)José Rivero72-108/+36
2017-05-16Update Coreclr to 2.0.0 buildtoolswtgodbe72-295/+284
2017-05-16Updated the JIT/Performance/CodeQuality/Math/Functions single-precision tests...Tanner Gooding15-15/+15
2017-05-16JIT/Performance/CodeQuality/Math/Functions tests to use the appropriate preci...Tanner Gooding38-38/+38
2017-05-16Updating the JIT/Performance/CodeQuality/Math/Functions tests to target netco...Tanner Gooding2-6/+2
2017-05-16Adding perf tests for the single precision math functions in System.MathF.Tanner Gooding20-4/+889
2017-04-17Jit intrinsics for Span<T>.get_Item and ReadOnlySpan<T>.get_Item. (#10910)Andy Ayers2-0/+1065
2017-04-07Using AsSpan since we no longer have slice on string. Renaming Tests. (#10758)Ahson Ahmed Khan1-8/+8
2017-03-31Temporary removing string slice span bench test. (#10617)Ahson Ahmed Khan1-3/+5
2017-03-18Update SpanBench testJoseph Tremoulet1-519/+718
2017-03-17Merge pull request #10238 from pgavlin/SeekUnrollLimitPat Gavlin1-2/+13
2017-03-17Delete unused ReferenceLocalMscorlib property from test proj files (#10250)Jan Kotas71-284/+0
2017-03-17Address feedback.Pat Gavlin1-1/+11
2017-03-16Reduce case iteration counts in SeekUnroll.Pat Gavlin1-2/+3
2017-03-11Update License and add 3PN notices (#10117)Rich Lander2-0/+87
2017-03-08Update to buildtools version 1.0.27-prerelease-01407-02, and enable creating ...chcosta1-1/+1
2017-03-05Add 3PN entry for Livermore Loops coded in C (#9972)Rich Lander1-0/+17
2017-03-05Add 3PN for Burgers equation (#9966)Rich Lander2-1/+36
2017-03-03Add 3PN entries (#9943)Rich Lander18-60/+92
2017-03-01Temporarily disabling SpanBench tests that use indexer setter. (#9896)Ahson Ahmed Khan1-8/+8
2017-03-01Adding Span API perf tests for comparison with arrays and to monitor progress...Ahson Ahmed Khan2-316/+843
2017-02-28Remove some unused benchmarks (#9843)Andy Ayers26-11930/+0
2017-02-23Move jit tests to directory with proper casingAndy Ayers2-0/+513
2017-02-22Fix projects that specified DebugType incorrectlyAndy Ayers62-434/+372
2017-02-13Fix bytemark benchmark (#9497)Andy Ayers1-37/+40
2017-02-09Add k-nucleotide to BenchmarkGamesGustavo Hurovich4-0/+33873
2017-01-27Add BenchmarkGames regexdna testAndy Ayers4-0/+4463
2017-01-24Add BenchmarkGames revcomp benchmarkAndy Ayers5-1/+4484
2017-01-10Merge pull request #8867 from AndyAyersMS/BinaryTreesVariantAndy Ayers4-0/+191
2017-01-10Reduce SeekUnroll iter countMichelle McDaniel1-2/+10
2017-01-09JIT: Add BinaryTrees benchmark variantAndy Ayers4-0/+191
2016-11-15Changing JIT perf test names to fix how they are organized on BenchView (#8083)jorive71-86/+290
2016-11-11Enable unrolling of SIMD_LIMIT loopsJoseph Tremoulet2-0/+202
2016-10-28Merge pull request #7835 from DrewScoggins/coreclr-perfDrew Scoggins77-1/+78
2016-10-26Move benchmarks to use netstandard1.4 instead of netcoreapp1.0 to fix desktop...John Soklaski77-1/+78
2016-10-20Add cross-reference from test case to inspiring issueAndy Ayers1-0/+2
2016-10-19Add comment to test case and run it through codeformatter.Andy Ayers1-73/+95
2016-10-19Inliner: avoid inlining callees with GC structs on cold pathsAndy Ayers2-0/+165
2016-08-23Cosmetic changes, removing unnceseary files and entries in project files.Rama Krishnan Raghupathy77-231/+0
2016-08-04Add a throw/inline benchmarkMike Danes2-0/+122