summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Performance/CodeQuality/Span/SpanBench.csproj
AgeCommit message (Collapse)AuthorFilesLines
2017-07-25Completelly fix build of tests on LinuxRoman Artemev1-2/+2
2017-05-16Update Coreclr to 2.0.0 buildtoolswtgodbe1-5/+4
2017-03-17Delete unused ReferenceLocalMscorlib property from test proj files (#10250)Jan Kotas1-4/+0
Deleted a few other irrelevant properties as well while I was on it. Fixes #7711
2017-03-08Update to buildtools version 1.0.27-prerelease-01407-02, and enable creating ↵chcosta1-1/+1
transport packages (#10020) * Update BuildTools fixes * Update to buildtools version 1.0.27-prerelease-01407-02, and enable building transport packages * fix netcore project * Avoid msb3644 error * Fix bad copy
2017-03-01Adding Span API perf tests for comparison with arrays and to monitor ↵Ahson Ahmed Khan1-0/+2
progress (#9790) * wip * Adding Span API perf tests for comparison with arrays and to monitor progress * Reducing iteration count so tests finish in < 2 minutes * Reducing the number of test cases * Commenting out ref DangerousGetPinnableReference test * Updated csproj to use latest compiler * Tuning test cases and runtime
2017-02-23Move jit tests to directory with proper casingAndy Ayers1-0/+45
Closes #9747.