diff --git a/.github/workflows/ci-bdnbenchmark.yml b/.github/workflows/ci-bdnbenchmark.yml index 33eef9cffa..cac0cc5290 100644 --- a/.github/workflows/ci-bdnbenchmark.yml +++ b/.github/workflows/ci-bdnbenchmark.yml @@ -82,7 +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}}) + + name: BDNBenchmark - ${{matrix.test}} (os ${{matrix.os}}, framework ${{matrix.framework}}, configuration ${{matrix.configuration}}) # What benchmark tool created output file tool: 'benchmarkdotnet'