Skip to content

Commit e752939

Browse files
author
Martin Boje Carpentier
committed
Added benchmarking
1 parent 3fd5d04 commit e752939

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/continous-benchmark.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
benchmark:
77
name: Performance regression check
88
runs-on: ubuntu-latest
9+
910
defaults:
1011
run:
1112
working-directory: ./src
@@ -16,10 +17,10 @@ jobs:
1617
uses: actions/setup-dotnet@v1
1718
with:
1819
dotnet-version: |
19-
3.1.x
20-
5.0.x
2120
6.0.x
2221
# Run benchmark with `go test -bench` and stores the output to a file
22+
- name: Show locations
23+
run: ls
2324
- name: Run benchmark
2425
run: dotnet run --project .\GeoJSON.Text.Test.Benchmark\GeoJSON.Text.Test.Benchmark.csproj --framework net6 -c Release -- --job short --filter *
2526
# Download previous benchmark result from cache (if exists)

0 commit comments

Comments
 (0)