File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 26
26
run : dotnet build --no-restore
27
27
- name : Test
28
28
run : dotnet test --no-build --verbosity normal
29
- - name : Benchmark
29
+ - name : Benchmark (.NET 5)
30
30
working-directory : ./benchmarks/PolylineAlgorithm.Benchmarks
31
- run : dotnet run -c Release
31
+ run : dotnet run -c Release --framework net5.0
32
+ - name : Benchmark (.NET 6)
33
+ working-directory : ./benchmarks/PolylineAlgorithm.Benchmarks
34
+ run : dotnet run -c Release --framework net6.0
35
+ - name : Benchmark (.NET 7)
36
+ working-directory : ./benchmarks/PolylineAlgorithm.Benchmarks
37
+ run : dotnet run -c Release --framework net7.0
38
+ - name : Benchmark (.NET 8)
39
+ working-directory : ./benchmarks/PolylineAlgorithm.Benchmarks
40
+ run : dotnet run -c Release --framework net8.0
41
+ - name : Benchmark (.NET 9)
42
+ working-directory : ./benchmarks/PolylineAlgorithm.Benchmarks
43
+ run : dotnet run -c Release --framework net9.0
You can’t perform that action at this time.
0 commit comments