Skip to content

Commit

Permalink
Run benchmark as a part of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nvborisenko committed Feb 12, 2024
1 parent 539fecb commit 6ec33d8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,13 @@ jobs:
uses: codecov/codecov-action@v3
with:
files: '**/*/Coverage.*.xml'

Benchmark:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Run Benchmark
run: dotnet run -p test/ReportPortal.Shared.Benchmark -c Release

0 comments on commit 6ec33d8

Please sign in to comment.