Skip to content

Commit 05fa5a2

Browse files
authored
Benchmarks: stop forcing .NETCore2.1 runtime
Run the benchmarks using the default runtime rather than trying to force .NET Core 2.1. Closes #620
1 parent 0d54cac commit 05fa5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FSharpLint.Benchmarks/Program.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ let main _ =
1010
BenchmarkRunner
1111
.Run<Benchmark>(
1212
DefaultConfig.Instance
13-
.AddJob(Job.Default.WithRuntime(CoreRuntime.Core21))
13+
.AddJob(Job.Default)
1414
.AddDiagnoser(EtwProfiler())) |> ignore
1515
0

0 commit comments

Comments
 (0)