Skip to content

Commit 92b2c2d

Browse files
author
Petr Sramek
committed
removed benchmarks from build job
1 parent caf8ae9 commit 92b2c2d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/dotnet.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ jobs:
2525
run: dotnet build --no-restore
2626
- name: Test
2727
run: dotnet test --no-build --verbosity normal
28-
- name: Decode Benchmark
29-
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
30-
run: dotnet run -c Release --framework net9.0 --runtimes net9.0 --filter '*DecodeBenchmark*'
31-
- name: Encode Benchmark
32-
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
33-
run: dotnet run -c Release --framework net9.0 --runtimes net9.0 --filter '*EncodeBenchmark*'
3428
benchmark:
3529
needs: [build]
3630

0 commit comments

Comments
 (0)