Skip to content

Commit c15a0e9

Browse files
author
Petr Sramek
committed
added benchmark run action
1 parent 7c0823c commit c15a0e9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,13 @@ jobs:
1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v3
2121
with:
22-
dotnet-version: 9.0.x
22+
dotnet-version: 8.0.x
2323
- name: Restore dependencies
2424
run: dotnet restore
2525
- name: Build
2626
run: dotnet build --no-restore
2727
- name: Test
2828
run: dotnet test --no-build --verbosity normal
29+
- name: Benchmark
30+
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
31+
run: dotnet run -c Release

0 commit comments

Comments
 (0)