Skip to content

Commit

Permalink
Clean up the name a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenge committed Oct 14, 2024
1 parent b7a0c54 commit 687be36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-bdnbenchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Store benchmark result for charts
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}})
tool: 'benchmarkdotnet'
output-file-path: ./test/BDNPerfTests/BenchmarkDotNet.Artifacts/results/BDN.benchmark.${{ matrix.test }}-report-full-compressed.json
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 687be36

Please sign in to comment.