Skip to content

Commit

Permalink
Have name: for charts but not in commit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenge committed Oct 11, 2024
1 parent a8db385 commit cc314aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-bdnbenchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ jobs:
- name: Store benchmark result for commit comment
uses: benchmark-action/github-action-benchmark@v1
with:
name: BDNBenchmarkComment-${{matrix.test}} - (${{matrix.os}} - ${{matrix.framework}} - ${{matrix.configuration}})
# What benchmark tool created output file
tool: 'benchmarkdotnet'

Expand All @@ -101,7 +100,7 @@ jobs:
- name: Store benchmark result for charts
uses: benchmark-action/github-action-benchmark@v1
with:
name: BDNBenchmarkChart-${{matrix.test}} - (${{matrix.os}} - ${{matrix.framework}} - ${{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 cc314aa

Please sign in to comment.