We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20cb310 commit 92a3818Copy full SHA for 92a3818
Provider/src/Perf/FetchBenchmark.cs
@@ -32,7 +32,7 @@ class Config : ManualConfig
32
{
33
public Config()
34
35
- var baseJob = Job.ShortRun
+ var baseJob = Job.Default
36
.With(CsProjCoreToolchain.Current.Value)
37
.With(Platform.X64)
38
.With(Jit.RyuJit)
0 commit comments