Skip to content

Commit

Permalink
Moving name to the commit comment task instead of the charts task
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenge committed Oct 11, 2024
1 parent cc314aa commit 2dcdc66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-bdnbenchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
- name: Store benchmark result for commit comment
uses: benchmark-action/github-action-benchmark@v1
with:
name: BDNBenchmark-${{matrix.test}} - (${{matrix.os}} - ${{matrix.framework}} - ${{matrix.configuration}})

# What benchmark tool created output file
tool: 'benchmarkdotnet'

Expand All @@ -100,8 +102,6 @@ jobs:
- name: Store benchmark result for charts
uses: benchmark-action/github-action-benchmark@v1
with:
name: BDNBenchmark-${{matrix.test}} - (${{matrix.os}} - ${{matrix.framework}} - ${{matrix.configuration}})

# What benchmark tool created output file
tool: 'benchmarkdotnet'

Expand Down

0 comments on commit 2dcdc66

Please sign in to comment.