From ec504e90fcdde358ded6ead0e2ab0b5b4d2fbda1 Mon Sep 17 00:00:00 2001 From: "toby.henderson" Date: Sat, 6 Jun 2020 22:35:49 +0100 Subject: [PATCH] Add perf project in --- Brighter.sln | 15 +++++++++++++++ .../Paramore.Brighter.Perf.csproj | 16 ---------------- .../Paramore.Brighter.Perf}/Benchmark.cs | 0 .../Paramore.Brighter.Perf.csproj | 16 ++++++++++++++++ .../Paramore.Brighter.Perf}/Program.cs | 0 5 files changed, 31 insertions(+), 16 deletions(-) delete mode 100644 Paramore.Brighter.Perf/Paramore.Brighter.Perf.csproj rename {Paramore.Brighter.Perf => tests/Paramore.Brighter.Perf}/Benchmark.cs (100%) create mode 100644 tests/Paramore.Brighter.Perf/Paramore.Brighter.Perf.csproj rename {Paramore.Brighter.Perf => tests/Paramore.Brighter.Perf}/Program.cs (100%) diff --git a/Brighter.sln b/Brighter.sln index cfcb3eee8c..6b18750d3b 100644 --- a/Brighter.sln +++ b/Brighter.sln @@ -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 @@ -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 @@ -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} diff --git a/Paramore.Brighter.Perf/Paramore.Brighter.Perf.csproj b/Paramore.Brighter.Perf/Paramore.Brighter.Perf.csproj deleted file mode 100644 index 11cf14ec7e..0000000000 --- a/Paramore.Brighter.Perf/Paramore.Brighter.Perf.csproj +++ /dev/null @@ -1,16 +0,0 @@ - - - - Exe - netcoreapp2.2 - - - - - - - - - - - diff --git a/Paramore.Brighter.Perf/Benchmark.cs b/tests/Paramore.Brighter.Perf/Benchmark.cs similarity index 100% rename from Paramore.Brighter.Perf/Benchmark.cs rename to tests/Paramore.Brighter.Perf/Benchmark.cs diff --git a/tests/Paramore.Brighter.Perf/Paramore.Brighter.Perf.csproj b/tests/Paramore.Brighter.Perf/Paramore.Brighter.Perf.csproj new file mode 100644 index 0000000000..88e4361997 --- /dev/null +++ b/tests/Paramore.Brighter.Perf/Paramore.Brighter.Perf.csproj @@ -0,0 +1,16 @@ + + + + Exe + netcoreapp2.1 + + + + + + + + + + + diff --git a/Paramore.Brighter.Perf/Program.cs b/tests/Paramore.Brighter.Perf/Program.cs similarity index 100% rename from Paramore.Brighter.Perf/Program.cs rename to tests/Paramore.Brighter.Perf/Program.cs