Skip to content

Commit

Permalink
Added name to commit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenge committed Oct 11, 2024
1 parent c235240 commit e6e6c28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-bdnbenchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
path: |
./test/BDNPerfTests/results
if: ${{ always() }}

- name: Upload Error Log to artifacts
uses: actions/upload-artifact@v4
with:
Expand All @@ -81,6 +82,8 @@ jobs:
- name: Store benchmark result for commit comment
uses: benchmark-action/github-action-benchmark@v1
with:
#name: BDNBenchmark - ${{matrix.test}} ( os: ${{matrix.os}}, framework: ${{matrix.framework}}, configuration: ${{matrix.configuration}} )
name: BDNBenchmark-${{matrix.test}} - (${{matrix.os}} - ${{matrix.framework}} - ${{matrix.configuration}})
# What benchmark tool created output file
tool: 'benchmarkdotnet'

Expand Down

0 comments on commit e6e6c28

Please sign in to comment.