Files
Just.PreciseMath/2-benchmarks/Just.PreciseMath.Benchmarks/Just.PreciseMath.Benchmarks.csproj
T
just cb2524980d
.NET Test / .NET tests (push) Successful in 1m9s
basic arithmetic benchmarks added
2026-09-14 00:04:39 +04:00

14 lines
536 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>Just.PreciseMath.Benchmarks</AssemblyName>
<RootNamespace>Just.PreciseMath.Benchmarks</RootNamespace>
<Description>BenchmarkDotNet comparisons of DoubleDouble, decimal, and double arithmetic.</Description>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.15.8" />
<ProjectReference Include="../../0-source/Just.PreciseMath/Just.PreciseMath.csproj" />
</ItemGroup>
</Project>