basic arithmetic benchmarks added
.NET Test / .NET tests (push) Successful in 1m9s

This commit is contained in:
2026-09-14 00:04:39 +04:00
parent e05e1e902a
commit cb2524980d
6 changed files with 186 additions and 9 deletions
@@ -2,9 +2,8 @@
<PropertyGroup>
<AssemblyName>Just.PreciseMath.Benchmarks</AssemblyName>
<RootNamespace>Just.PreciseMath.Benchmarks</RootNamespace>
<Description>BenchmarkDotNet scaffold for measuring Just.PreciseMath arithmetic and mathematical functions.</Description>
<!-- Source-free scaffold: change to Exe when adding the benchmark entry point. -->
<OutputType>Library</OutputType>
<Description>BenchmarkDotNet comparisons of DoubleDouble, decimal, and double arithmetic.</Description>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>