Skip to content

Commit e2eef48

Browse files
author
Martin Boje Carpentier
committed
Updated benchmark with filters
1 parent a88cd70 commit e2eef48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continous-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
6.0.x
2323
# Run benchmark with `go test -bench` and stores the output to a file
2424
- name: Run benchmark
25-
run: dotnet run --project ./GeoJSON.Text.Test.Benchmark/GeoJSON.Text.Test.Benchmark.csproj --framework net6 -c Release -- --job short --filter *
25+
run: dotnet run --project ./GeoJSON.Text.Test.Benchmark/GeoJSON.Text.Test.Benchmark.csproj --framework net6 --runtimes net60 -c Release -- --job short --filter *SerializeFeatureCollectionLinestring*;*DeserializeFeatureCollectionLinestring*
2626
# Download previous benchmark result from cache (if exists)
2727
- name: Download previous benchmark data
2828
uses: actions/cache@v1

0 commit comments

Comments
 (0)