File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" BenchmarkDotNet" Version =" 0.11.5 " />
12- <PackageReference Include =" BenchmarkDotNet.Diagnostics.Windows" Version =" 0.11.5 " />
11+ <PackageReference Include =" BenchmarkDotNet" Version =" 0.12.0 " />
12+ <PackageReference Include =" BenchmarkDotNet.Diagnostics.Windows" Version =" 0.12.0 " />
1313 </ItemGroup >
1414
1515 <Import Project =" $(RootDir)\Build\DeleteGenerateBindingRedirects.target" />
Original file line number Diff line number Diff line change 1- using BenchmarkDotNet . Running ;
1+ using System ;
2+ using BenchmarkDotNet . Running ;
23
34namespace StructLinq . Benchmark
45{
56 public class Program
67 {
7- public static void Main ( string [ ] args ) => BenchmarkSwitcher . FromAssembly ( typeof ( Program ) . Assembly ) . Run ( args ) ;
8+ public static void Main ( string [ ] args )
9+ {
10+ BenchmarkSwitcher . FromAssembly ( typeof ( Program ) . Assembly ) . Run ( args ) ;
11+ Console . ReadLine ( ) ;
12+ }
813 }
914}
You can’t perform that action at this time.
0 commit comments