Skip to content

Commit 92a3818

Browse files
committed
Default run job
1 parent 20cb310 commit 92a3818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Provider/src/Perf/FetchBenchmark.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Config : ManualConfig
3232
{
3333
public Config()
3434
{
35-
var baseJob = Job.ShortRun
35+
var baseJob = Job.Default
3636
.With(CsProjCoreToolchain.Current.Value)
3737
.With(Platform.X64)
3838
.With(Jit.RyuJit)

0 commit comments

Comments
 (0)