File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 3333 3.1.x
3434 5.0.x
3535 6.0.x
36+ 7.0.x
3637 - name : Install dependencies
3738 run : dotnet restore src/${{ env.PROJECT_NAME }}.sln
3839 - name : Build solution
Original file line number Diff line number Diff line change 2121 3.1.x
2222 5.0.x
2323 6.0.x
24+ 7.0.x
2425 # Run benchmark with `go test -bench` and stores the output to a file
2526 - name : Run benchmark
2627 run : dotnet run --project ./GeoJSON.Text.Test.Benchmark/GeoJSON.Text.Test.Benchmark.csproj --framework net6 --runtimes net60 -c Release -- --job medium -f *SerializeAndDeserialize*
Original file line number Diff line number Diff line change 4343 3.1.x
4444 5.0.x
4545 6.0.x
46+ 7.0.x
4647 - name : Install dependencies
4748 run : dotnet restore src/${{ env.PROJECT_NAME }}.sln
4849 - name : Build solution
You can’t perform that action at this time.
0 commit comments