We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88cd70 commit e2eef48Copy full SHA for e2eef48
1 file changed
.github/workflows/continous-benchmark.yml
@@ -22,7 +22,7 @@ jobs:
22
6.0.x
23
# Run benchmark with `go test -bench` and stores the output to a file
24
- name: Run benchmark
25
- run: dotnet run --project ./GeoJSON.Text.Test.Benchmark/GeoJSON.Text.Test.Benchmark.csproj --framework net6 -c Release -- --job short --filter *
+ run: dotnet run --project ./GeoJSON.Text.Test.Benchmark/GeoJSON.Text.Test.Benchmark.csproj --framework net6 --runtimes net60 -c Release -- --job short --filter *SerializeFeatureCollectionLinestring*;*DeserializeFeatureCollectionLinestring*
26
# Download previous benchmark result from cache (if exists)
27
- name: Download previous benchmark data
28
uses: actions/cache@v1
0 commit comments