diff --git a/.github/workflows/ci-bdnbenchmark.yml b/.github/workflows/ci-bdnbenchmark.yml index 850d56b7b5..33eef9cffa 100644 --- a/.github/workflows/ci-bdnbenchmark.yml +++ b/.github/workflows/ci-bdnbenchmark.yml @@ -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' @@ -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'