summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Performance/CodeQuality/Span
AgeCommit message (Expand)AuthorFilesLines
2020-07-23[Tizen] Set obj dir to be TargetRid specificGleb Balykov2-2/+2
2019-02-15Manually update the dependencies.props and move S.P.Corelib to use LangVersio...Tanner Gooding2-2/+0
2018-03-25Update use of AsBytes in perf tests to use MemoryMarshal.AsBytes. (#17214)Ahson Khan1-1/+1
2018-02-28Revert: Simplify test dependencies for benchmarks (#16647)Andy Ayers2-0/+12
2018-02-26Simplify test dependencies for benchmarks (#16378)Andy Ayers2-12/+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-08-27Refactor AsSpan to AsReadOnlySpan (#13608)Adrian Godong1-5/+5
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 Ayers2-101/+2
2017-05-26Enable linux perf runs (#11905)José Rivero2-7/+5
2017-05-16Update Coreclr to 2.0.0 buildtoolswtgodbe2-10/+8
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-17Delete unused ReferenceLocalMscorlib property from test proj files (#10250)Jan Kotas1-4/+0
2017-03-08Update to buildtools version 1.0.27-prerelease-01407-02, and enable creating ...chcosta1-1/+1
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-23Move jit tests to directory with proper casingAndy Ayers2-0/+513