Skip to content

Commit c5c83c7

Browse files
author
Petr Sramek
committed
updated becnhmark filter
1 parent 2d8a658 commit c5c83c7

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
@@ -28,4 +28,4 @@ jobs:
2828
run: dotnet test --no-build --verbosity normal
2929
- name: Benchmark (.NET 9)
3030
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
31-
run: dotnet run -c Release --framework net9.0 --runtimes net9.0 --filter *PolylineBenchmark*
31+
run: dotnet run -c Release --framework net9.0 --runtimes net9.0 --filter *

0 commit comments

Comments
 (0)