Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Scoggins <anscoggi@microsoft.com>2017-02-23 02:51:51 +0300
committerGitHub <noreply@github.com>2017-02-23 02:51:51 +0300
commit79db475030ffe674bfdc414af70380286ad80c7f (patch)
tree06feddb0b43629fc49545c619acfc4b397dd1c66 /src/System.Linq
parentddce4272adf7b79bdd9bfe6a3025305b577d5ff5 (diff)
parent495e4e8dbdeb0fbe904c323a0ac83f630d44bc8d (diff)
Merge pull request #15767 from DrewScoggins/PerfRunDevEng
Move perf runner to dotnet core
Diffstat (limited to 'src/System.Linq')
-rw-r--r--src/System.Linq/tests/Performance/System.Linq.Performance.Tests.csproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/System.Linq/tests/Performance/System.Linq.Performance.Tests.csproj b/src/System.Linq/tests/Performance/System.Linq.Performance.Tests.csproj
index d111da0df6..4a7545317b 100644
--- a/src/System.Linq/tests/Performance/System.Linq.Performance.Tests.csproj
+++ b/src/System.Linq/tests/Performance/System.Linq.Performance.Tests.csproj
@@ -15,5 +15,11 @@
<Link>Common\System\PerfUtils.cs</Link>
</Compile>
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="$(CommonPath)\..\perf\PerfRunner\PerfRunner.csproj">
+ <Project>{69e46a6f-9966-45a5-8945-2559fe337827}</Project>
+ <Name>PerfRunner</Name>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project> \ No newline at end of file