Skip to content

Commit a063788

Browse files
committed
moved PeformanceTests to 'tests/Performance'.
1 parent f2464ae commit a063788

8 files changed

+2
-2
lines changed

SpanExtensions.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ VisualStudioVersion = 17.5.33627.172
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpanExtensions", "src\SpanExtensions.csproj", "{75DE5AFD-663E-415D-9B95-6BC513BD4A07}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerformanceTests", "PerformanceTests\PerformanceTests.csproj", "{CE74F420-1038-4E51-AC31-00DA964CC4F5}"
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PerformanceTests", "tests\Performance\PerformanceTests.csproj", "{CE74F420-1038-4E51-AC31-00DA964CC4F5}"
99
EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
<ItemGroup>
16-
<ProjectReference Include="..\src\SpanExtensions.csproj" />
16+
<ProjectReference Include="..\..\src\SpanExtensions.csproj" />
1717
</ItemGroup>
1818

1919
</Project>
File renamed without changes.
File renamed without changes.

PerformanceTests/ReadOnlySpan_Split_Count_Benchmark.cs renamed to tests/Performance/ReadOnlySpan_Split_Count_Benchmark.cs

File renamed without changes.

PerformanceTests/ReadOnlySpan_Split_Count_StringSplitOptions_Benchmark.cs renamed to tests/Performance/ReadOnlySpan_Split_Count_StringSplitOptions_Benchmark.cs

File renamed without changes.

PerformanceTests/ReadOnlySpan_Split_StringSplitOptions_Benchmark.cs renamed to tests/Performance/ReadOnlySpan_Split_StringSplitOptions_Benchmark.cs

File renamed without changes.

0 commit comments

Comments
 (0)