summaryrefslogtreecommitdiff
path: root/tests/src/GC/Performance
AgeCommit message (Expand)AuthorFilesLines
2017-09-05Merge pull request #13763 from shimingsg/v-shige/addtestdependencyxmlfilesShiming Ge6-3/+24135
2017-09-02update correct file path if the working folder is not test case foldershimingsg2-3/+5
2017-08-31add test dependency filesShiming Ge4-0/+24130
2017-08-17replace Making with Marking for the test nameShiming Ge (Pactera Technologies)2-0/+0
2017-08-16correct typoShiming Ge (Pactera Technologies)1-1/+1
2017-08-16add MS licenseShiming Ge (Pactera Technologies)2-3/+11
2017-08-16Add perf test case to coreclrShiming Ge (Pactera Technologies)4-0/+306
2017-08-15Merge pull request #13310 from shimingsg/v-shige/add-perftc-0810Shiming Ge6-0/+548
2017-08-15Merge pull request #13334 from shimingsg/v-shige/add-perftc-0811Shiming Ge8-0/+1036
2017-08-14add perf test cases to coreclrShiming Ge (Pactera Technologies)8-0/+651
2017-08-14remove line includes CopyToOutputDirectoryShiming Ge (Pactera Technologies)2-182/+0
2017-08-14replace p/invokes into kernel32 with cross-platform implementationsShiming Ge (Pactera Technologies)3-74/+196
2017-08-11add perf test cases to coreclrShiming Ge (Pactera Technologies)8-0/+1096
2017-08-11Merge pull request #13285 from shimingsg/v-shige/add-perftc-GCLargeShiming Ge2-0/+241
2017-08-10remove empty lineShiming Ge (Pactera Technologies)1-1/+0
2017-08-10add perf test cases to coreclrShiming Ge (Pactera Technologies)6-0/+548
2017-08-09add the license header to the C# fileShiming Ge (Pactera Technologies)1-0/+4
2017-08-09typo (#13287)John Doe1-1/+1
2017-08-09add perf test case GCLargeShiming Ge (Pactera Technologies)2-0/+238
2017-03-17Delete unused ReferenceLocalMscorlib property from test proj files (#10250)Jan Kotas7-28/+0
2016-09-01Upgrade xunit version to avoid specialized restoreDavis Goodin2-27/+28
2016-08-23Moving GC tests to use uber project.jsonRama Krishnan Raghupathy8-103/+0
2016-07-29Using full versions, update CoreFX dependencies to beta-24328-05.Davis Goodin1-29/+33
2016-06-07Fixing perf runs on helix (#5102)Deepak Shankargouda1-3/+3
2016-05-22Update tests to build against rc3-24117-00 (#5154)Jan Kotas1-19/+19
2016-04-28Fix a typo in GCMetrics that provides the wrong generation's statisticsSean Gillespie1-1/+1
2016-04-22Update the GC Performance test framework since the deprecation of DNXSean Gillespie7-124/+193
2016-04-14Updating BuildToolsJose Perez Rodriguez2-0/+18
2016-04-01Enabling Helix perf test runs for CoreCLRDeepak Shankargouda1-1/+1
2016-03-10Add System.Threading.Thread to tests to restore missing types.Davis Goodin2-4/+5
2016-03-10Update dependencies on packages that don't exist.Davis Goodin2-2/+2
2016-03-10Add working validation rules for xunit packages and apply them.Davis Goodin1-1/+1
2016-03-10Update all versions to validate.Davis Goodin2-24/+24
2016-03-02Change all dependency versions to match what was actually restored in the che...Davis Goodin2-28/+28
2016-03-02Use tooling to add Platforms dependencies and imports where necessary.Davis Goodin2-24/+29
2016-03-02Remove all lockfiles from source control.Davis Goodin2-7544/+0
2016-01-27Update license headersdotnet-bot21-49/+70
2016-01-12Merge pull request #2625 from swgillespie/volatile_gc_perf_testsSean Gillespie2-73/+2
2016-01-12Remove volatile GC perf tests from the main run to provide more stable result...Sean Gillespie2-73/+2
2016-01-12Set locked to true in project.lock.jsonAndy Ayers2-2/+2
2015-12-09initial commit of GC performance test frameworkSean Gillespie34-0/+13551