File tree Expand file tree Collapse file tree
tests/AltaSoft.Simpra.Benchmark Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 <Product >Simpra</Product >
1212 <Company >ALTA Software llc.</Company >
1313 <Copyright >Copyright © 2024 ALTA Software llc.</Copyright >
14- <Version >2.0.0 </Version >
14+ <Version >2.0.1 </Version >
1515 </PropertyGroup >
1616
1717 <PropertyGroup >
Original file line number Diff line number Diff line change 44 </PropertyGroup >
55 <ItemGroup >
66 <!-- Core Dependencies -->
7- <PackageVersion Include =" AltaSoft.DomainPrimitives" Version =" 7.0.1 " />
8- <PackageVersion Include =" AltaSoft.DomainPrimitives.Generator" Version =" 7.0.1 " />
7+ <PackageVersion Include =" AltaSoft.DomainPrimitives" Version =" 7.0.2 " />
8+ <PackageVersion Include =" AltaSoft.DomainPrimitives.Generator" Version =" 7.0.2 " />
99 <PackageVersion Include =" Antlr4.Runtime.Standard" Version =" 4.13.1" />
1010 <!-- Testing Dependencies -->
1111 <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.1" />
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net8 .0</TargetFramework >
5+ <TargetFramework >net10 .0</TargetFramework >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
88 <IsPackable >false</IsPackable >
9+ <NoWarn >1701;1702;1591</NoWarn >
910 </PropertyGroup >
1011
1112 <ItemGroup >
Original file line number Diff line number Diff line change 1- using AltaSoft . Simpra ;
2- using BenchmarkDotNet . Attributes ;
1+ using BenchmarkDotNet . Attributes ;
32using BenchmarkDotNet . Running ;
43
4+ namespace AltaSoft . Simpra . Benchmark ;
5+
56public class SimpraBenchmark
67{
78 private readonly Simpra _simpra = new ( ) ;
@@ -53,6 +54,6 @@ public sealed class Program
5354{
5455 public static void Main ( string [ ] args )
5556 {
56- var summary = BenchmarkRunner . Run < SimpraBenchmark > ( ) ;
57+ _ = BenchmarkRunner . Run < SimpraBenchmark > ( ) ;
5758 }
5859}
You can’t perform that action at this time.
0 commit comments