File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
CardinalityEstimation.Benchmark Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1010 </PropertyGroup >
1111
1212 <ItemGroup >
13- <PackageReference Include =" BenchmarkDotNet" Version =" 0.13.8" />
14- <PackageReference Include =" System.IO.Hashing" Version =" 8.0.0" />
13+ <PackageReference Include =" BenchmarkDotNet" Version =" 0.15.3" />
1514 </ItemGroup >
1615
1716 <ItemGroup >
Original file line number Diff line number Diff line change 66using CardinalityEstimation ;
77
88var config = DefaultConfig . Instance
9- . AddJob ( Job . Default . WithId ( "Core70 " ) . WithRuntime ( CoreRuntime . Core70 ) )
10- . AddJob ( Job . Default . WithId ( "Core80 " ) . WithRuntime ( CoreRuntime . Core80 ) ) ;
9+ . AddJob ( Job . Default . WithId ( "Core80 " ) . WithRuntime ( CoreRuntime . Core80 ) )
10+ . AddJob ( Job . Default . WithId ( "Core90 " ) . WithRuntime ( CoreRuntime . Core90 ) ) ;
1111
1212BenchmarkRunner . Run < DifferentHashes > ( config ) ;
1313
You can’t perform that action at this time.
0 commit comments