summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Performance
AgeCommit message (Expand)AuthorFilesLines
2020-07-23[Tizen] Set obj dir to be TargetRid specificGleb Balykov79-85/+85
2019-04-12[master] Update dependencies from dotnet/corefx (#23893)dotnet-maestro[bot]6-19/+19
2019-03-16Fix typo (#23300)Nikita Potapenko1-1/+1
2019-02-28Removing the ExtractVector128 and InsertVector128 APIs that take an address. ...Tanner Gooding1-3/+3
2019-02-15Manually update the dependencies.props and move S.P.Corelib to use LangVersio...Tanner Gooding2-2/+0
2019-02-06Add option to run tests in unloadable context (#22332)Jan Vorlicek1-0/+2
2018-12-17Switch to using resources in BenchmarksGames tests (#21554)Egor Chesakov15-246/+57
2018-11-17Removing the legacy helper intrinsics and adding tests for their replacements...Tanner Gooding11-91/+92
2018-10-23Re-enable hardware intrinsic testsFei Peng1-0/+58
2018-10-09Disable tests for generic hardware intrinsicFei Peng1-58/+0
2018-08-29using struct for VectorPacket in PacketTracer benchmarkFei Peng1-1/+1
2018-08-10Add SoA raytracer as a CQ test for Intel hardware intrinsicFei Peng20-0/+1364
2018-08-03Fix performance tests and HW intrinsics test referencesJacek Blaszczynski5-14/+2
2018-07-19Build xunit wrappers the same way on windows and unix (#18695)Sven Boemer2-3/+3
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 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