Skip to content

Commit 8254939

Browse files
author
Petr Sramek
committed
added filter to becnhmark cmd
1 parent 7f250b9 commit 8254939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ jobs:
8989
merge-multiple: true
9090
- name: Benchmark
9191
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
92-
run: dotnet run -c Release -f net9.0 --runtimes net7.0 net8.0 net9.0
92+
run: dotnet run -c Release -f net9.0 --runtimes net7.0 net8.0 net9.0 --filter '*Benchmark*'

0 commit comments

Comments
 (0)