Skip to content

Commit 777f564

Browse files
committed
fix: refresh benchmarks to match TFMs
1 parent 2864935 commit 777f564

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CardinalityEstimation.Benchmark/CardinalityEstimation.Benchmark.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
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>

CardinalityEstimation.Benchmark/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
using CardinalityEstimation;
77

88
var 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

1212
BenchmarkRunner.Run<DifferentHashes>(config);
1313

0 commit comments

Comments
 (0)