Skip to content

Commit

Permalink
add net8.0 benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCiliaVincenti committed Nov 24, 2024
1 parent 9f92a70 commit 3570746
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,19 @@ jobs:

- name: Build
run: dotnet build --no-restore --configuration Release

- name: Test
run: dotnet test --no-restore --configuration Release --logger:"console;verbosity=normal" --collect:"XPlat Code Coverage" --settings coverlet.runsettings

- name: Code Coverage
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Run benchmark (net8.0)
run: dotnet run --framework net8.0 --configuration Release --exporters json --filter '*'
working-directory: Benchmarks

- name: Run benchmark
- name: Run benchmark (net9.0)
run: dotnet run --framework net9.0 --configuration Release --exporters json --filter '*'
working-directory: Benchmarks
1 change: 1 addition & 0 deletions ReadHeavyCollections.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
Versions.props = Versions.props
EndProjectSection
EndProject
Expand Down

0 comments on commit 3570746

Please sign in to comment.