Skip to content

Commit bd722bc

Browse files
committed
Cleanup benchmarks
1 parent d59f620 commit bd722bc

File tree

9 files changed

+26
-431
lines changed

9 files changed

+26
-431
lines changed

perf/MyCSharp.HttpUserAgentParser.Benchmarks/ExternalCode/UserAgentServiceUserAgent.cs

Lines changed: 0 additions & 334 deletions
This file was deleted.
Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<OutputType>Exe</OutputType>
5-
<TargetFramework>net5.0</TargetFramework>
6-
<Nullable>disable</Nullable>
7-
<DebugType>embedded</DebugType>
8-
</PropertyGroup>
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>net5.0</TargetFramework>
6+
<Nullable>disable</Nullable>
7+
</PropertyGroup>
98

10-
<PropertyGroup Condition="'$(OS)' == 'Windows_NT'">
11-
<DefineConstants>$(DefineConstants);OS_WIN</DefineConstants>
12-
</PropertyGroup>
9+
<PropertyGroup Condition="'$(OS)' == 'Windows_NT'">
10+
<DefineConstants>$(DefineConstants);OS_WIN</DefineConstants>
11+
</PropertyGroup>
1312

14-
<ItemGroup>
15-
<PackageReference Include="BenchmarkDotNet" Version="0.12.1" />
16-
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.12.1" Condition="'$(OS)' == 'Windows_NT'" />
17-
</ItemGroup>
13+
<ItemGroup>
14+
<PackageReference Include="BenchmarkDotNet" Version="0.12.1" />
15+
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.12.1" Condition="'$(OS)' == 'Windows_NT'" />
16+
</ItemGroup>
1817

19-
<ItemGroup>
20-
<ProjectReference Include="..\..\src\MyCSharp.HttpUserAgentParser\MyCSharp.HttpUserAgentParser.csproj" />
21-
</ItemGroup>
18+
<ItemGroup>
19+
<ProjectReference Include="..\..\src\MyCSharp.HttpUserAgentParser\MyCSharp.HttpUserAgentParser.csproj" />
20+
</ItemGroup>
2221

23-
<ItemGroup Label="Libraries for comparison">
24-
<PackageReference Include="UAParser" Version="3.1.46" />
25-
<PackageReference Include="DeviceDetector.NET" Version="4.2.0" />
26-
<PackageReference Include="Ng.UserAgentService" Version="1.0.3" />
27-
</ItemGroup>
22+
<ItemGroup Label="Libraries for comparison">
23+
<PackageReference Include="UAParser" Version="3.1.46" />
24+
<PackageReference Include="DeviceDetector.NET" Version="4.2.0" />
25+
<PackageReference Include="Ng.UserAgentService" Version="1.0.3" />
26+
</ItemGroup>
2827

2928
</Project>

0 commit comments

Comments
 (0)