Skip to content

Commit 8880b15

Browse files
committed
BenchmarkDotNet update.
1 parent b1a2cb0 commit 8880b15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Provider/src/Perf/CommandBenchmark.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class Config : ManualConfig
3333
public Config()
3434
{
3535
var baseJob = Job.Default
36+
.WithWarmupCount(3)
3637
.WithToolchain(CsProjCoreToolchain.NetCoreApp50)
3738
.WithPlatform(Platform.X64)
3839
.WithJit(Jit.RyuJit);

Provider/src/Perf/Perf.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
<OutputType>Exe</OutputType>
44
<TargetFramework>net5.0</TargetFramework>
55
<SkipSourceLink>true</SkipSourceLink>
6-
<LangVersion>7.3</LangVersion>
76
</PropertyGroup>
87
<ItemGroup>
9-
<PackageReference Include="BenchmarkDotNet" Version="0.12.1" />
8+
<PackageReference Include="BenchmarkDotNet" Version="0.13.0" />
109
</ItemGroup>
1110

1211
<ItemGroup>

0 commit comments

Comments
 (0)