Skip to content

Commit

Permalink
Add perf project in
Browse files Browse the repository at this point in the history
  • Loading branch information
toby.henderson committed Jun 6, 2020
1 parent afa1af2 commit ec504e9
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 16 deletions.
15 changes: 15 additions & 0 deletions Brighter.sln
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Paramore.Brighter.ServiceAc
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Paramore.Brighter.Extensions.Tests", "tests\Paramore.Brighter.Extensions.Tests\Paramore.Brighter.Extensions.Tests.csproj", "{D2B52F80-5106-4981-9031-A02C5EB479B4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Paramore.Brighter.Perf", "tests\Paramore.Brighter.Perf\Paramore.Brighter.Perf.csproj", "{E0A0DCE2-D948-4557-8801-2D6A11398DEE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -951,6 +953,18 @@ Global
{D2B52F80-5106-4981-9031-A02C5EB479B4}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{D2B52F80-5106-4981-9031-A02C5EB479B4}.Release|x86.ActiveCfg = Release|Any CPU
{D2B52F80-5106-4981-9031-A02C5EB479B4}.Release|x86.Build.0 = Release|Any CPU
{E0A0DCE2-D948-4557-8801-2D6A11398DEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0A0DCE2-D948-4557-8801-2D6A11398DEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0A0DCE2-D948-4557-8801-2D6A11398DEE}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{E0A0DCE2-D948-4557-8801-2D6A11398DEE}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{E0A0DCE2-D948-4557-8801-2D6A11398DEE}.Debug|x86.ActiveCfg = Debug|Any CPU
{E0A0DCE2-D948-4557-8801-2D6A11398DEE}.Debug|x86.Build.0 = Debug|Any CPU
{E0A0DCE2-D948-4557-8801-2D6A11398DEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0A0DCE2-D948-4557-8801-2D6A11398DEE}.Release|Any CPU.Build.0 = Release|Any CPU
{E0A0DCE2-D948-4557-8801-2D6A11398DEE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{E0A0DCE2-D948-4557-8801-2D6A11398DEE}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{E0A0DCE2-D948-4557-8801-2D6A11398DEE}.Release|x86.ActiveCfg = Release|Any CPU
{E0A0DCE2-D948-4557-8801-2D6A11398DEE}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -1007,6 +1021,7 @@ Global
{B853A06F-5DFD-4093-979B-B08D1BBDD2D6} = {329736D2-BF92-4D06-A7BF-19F4B6B64EDD}
{C2355F42-792D-4964-B068-79186F887C6D} = {329736D2-BF92-4D06-A7BF-19F4B6B64EDD}
{D2B52F80-5106-4981-9031-A02C5EB479B4} = {329736D2-BF92-4D06-A7BF-19F4B6B64EDD}
{E0A0DCE2-D948-4557-8801-2D6A11398DEE} = {329736D2-BF92-4D06-A7BF-19F4B6B64EDD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8B7C7E31-2E32-4E0D-9426-BC9AF22E9F4C}
Expand Down
16 changes: 0 additions & 16 deletions Paramore.Brighter.Perf/Paramore.Brighter.Perf.csproj

This file was deleted.

File renamed without changes.
16 changes: 16 additions & 0 deletions tests/Paramore.Brighter.Perf/Paramore.Brighter.Perf.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.12.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Paramore.Brighter\Paramore.Brighter.csproj" />
</ItemGroup>

</Project>
File renamed without changes.

0 comments on commit ec504e9

Please sign in to comment.