summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Performance/CodeQuality/Span/SpanBench.cs
AgeCommit message (Expand)AuthorFilesLines
2018-03-25Update use of AsBytes in perf tests to use MemoryMarshal.AsBytes. (#17214)Ahson Khan1-1/+1
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-15Enabling temporarily disabled tests that call ReadOnlySpan indexer (#15546)Ahson Khan1-2/+0
2017-12-14Change ReadOnlySpan indexer to return ref readonly (#14727)Ahson Khan1-0/+2
2017-08-27Refactor AsSpan to AsReadOnlySpan (#13608)Adrian Godong1-5/+5
2017-07-04Update to latest System.MemoryJan Kotas1-2/+2
2017-06-07Modify iteration behavior some benchmarksAndy Ayers1-100/+1
2017-05-26Enable linux perf runs (#11905)José Rivero1-4/+3
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-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 Khan1-316/+841
2017-02-23Move jit tests to directory with proper casingAndy Ayers1-0/+468