Skip to content

Commit

Permalink
Fix benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDunn committed Aug 18, 2024
1 parent cce9946 commit f6e5506
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.300' # SDK Version to use. keep in line with src/Benchmarks/global.json
dotnet-version: '8.0.x' # SDK Version to use. keep in line with src/Benchmarks/global.json
- name: Build and Test
run: ./Build.ps1
shell: pwsh
- name: Run benchmark
run: cd src/Benchmarks/ && dotnet run -c Release -- --no-build --exporters json --filter '*' --job short

- name: Store benchmark result
uses: rhysd/github-action-benchmark@v1
with:
Expand Down

0 comments on commit f6e5506

Please sign in to comment.