summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Performance
AgeCommit message (Expand)AuthorFilesLines
2018-02-28Revert: Simplify test dependencies for benchmarks (#16647)Andy Ayers83-0/+406
2018-02-26Simplify test dependencies for benchmarks (#16378)Andy Ayers83-406/+0
2018-02-21Rename AsReadOnlySpan -> SpanJan Kotas1-7/+7
2018-01-31Disable MemoryMarshal.CreateSpan testsJan Kotas1-0/+2
2018-01-31Remove replaced Span/ReadOnlySpan methods.Ian Hays1-21/+21
2017-12-23Make DangerousGetPinnableReference internal and remove DangerousTryGetArray (...Ahson Khan1-10/+10
2017-12-15Convert uses of the Dangerous APIs to use MemoryMarshal.GetReference (#15532)Ahson Khan1-3/+3
2017-12-15Enabling temporarily disabled tests that call ReadOnlySpan indexer (#15546)Ahson Khan2-4/+0
2017-12-14Change ReadOnlySpan indexer to return ref readonly (#14727)Ahson Khan2-0/+4
2017-12-04Separate large perf benchmarks into their own legs (#15231)Michelle McDaniel89-0/+0
2017-10-07Adding the new fastest mandelbrot implementation to benchmarks-game.Tanner Gooding2-0/+247
2017-10-03Removing the mandelbrot-4 implementation.Tanner Gooding2-163/+0
2017-09-27JIT: devirtualization support for EqualityComparer<T>.Default (#14125)Andy Ayers2-0/+247
2017-09-20Change base of literals in k-nucleotide-9Joseph Tremoulet1-6/+6
2017-09-20Reset static state per iteration for k-nucleotide-9 (#14081)Andy Ayers1-1/+6
2017-09-19Fix expected values in fannkuch-redux-5Joseph Tremoulet1-3/+3
2017-09-19Update BenchmarksGames README.txtJoseph Tremoulet1-17/+17
2017-09-15Manual formatting adjustmentsJoseph Tremoulet4-65/+68
2017-09-15Add references to source CVSJoseph Tremoulet18-0/+18
2017-09-15Rename BenchmarksGame filesJoseph Tremoulet36-0/+0
2017-09-15Remove old versions of BenchmarksGame benchmarksJoseph Tremoulet30-6838/+0
2017-09-15Modify benchmarks to run in perf test harnessJoseph Tremoulet41-221/+6013
2017-09-15Apply default VS formattingJoseph Tremoulet18-1583/+1755
2017-09-15Update BenchmarksGame benchmarks to latestJoseph Tremoulet28-0/+2451
2017-08-30Move performance tests back into Priority 0.Pat Gavlin53-106/+53
2017-08-27Refactor AsSpan to AsReadOnlySpan (#13608)Adrian Godong1-5/+5
2017-08-26Merge pull request #13411 from pgavlin/RepriTestsPat Gavlin53-22/+74
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 Gavlin53-22/+74
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 buildtoolswtgodbe73-299/+287
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-21Update jit RunBenchmarks test to no longer use XPathAndy Ayers1-129/+57
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 Kotas72-288/+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