Add benchmark runner.

This commit is contained in:
Huo Yaoyuan
2020-01-08 20:36:00 +08:00
parent c2fc7d5cbd
commit 1b9f8d2737
3 changed files with 38 additions and 1 deletions

View File

@ -6,4 +6,14 @@
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.12.0" />
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.16.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\osu.Game\osu.Game.csproj" />
</ItemGroup>
</Project>