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 3fd5d04 commit e752939Copy full SHA for e752939
1 file changed
.github/workflows/continous-benchmark.yml
@@ -6,6 +6,7 @@ jobs:
6
benchmark:
7
name: Performance regression check
8
runs-on: ubuntu-latest
9
+
10
defaults:
11
run:
12
working-directory: ./src
@@ -16,10 +17,10 @@ jobs:
16
17
uses: actions/setup-dotnet@v1
18
with:
19
dotnet-version: |
- 3.1.x
20
- 5.0.x
21
6.0.x
22
# Run benchmark with `go test -bench` and stores the output to a file
+ - name: Show locations
23
+ run: ls
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 *
26
# Download previous benchmark result from cache (if exists)
0 commit comments