Skip to content

Commit cc63e8e

Browse files
author
Petr Sramek
committed
split benchmark to decode and encode actions
1 parent 5fd20ad commit cc63e8e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
run: dotnet build --no-restore
2727
- name: Test
2828
run: dotnet test --no-build --verbosity normal
29-
- name: Benchmark
29+
- name: Decode Benchmark
3030
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
31-
run: dotnet run -c Release --framework net9.0 --runtimes net9.0 --filter '*Benchmark*'
31+
run: dotnet run -c Release --framework net9.0 --runtimes net9.0 --filter '*DecodeBenchmark*'
32+
- name: Encode Benchmark
33+
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
34+
run: dotnet run -c Release --framework net9.0 --runtimes net9.0 --filter '*EncodeBenchmark*'

0 commit comments

Comments
 (0)