Skip to content

Commit

Permalink
Merge pull request #1535 from newrelic/dr_perf_md
Browse files Browse the repository at this point in the history
perf tests: use markdown
  • Loading branch information
fallwith authored Oct 7, 2022
2 parents 4a2a3d7 + 93d2386 commit 9a58e24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/performance_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:
- run: script/runner -B
- uses: actions/checkout@v3
- run: bundle
- run: script/runner -C > performance_results.txt
- run: script/runner -C -M > performance_results.md
- name: Save performance results
uses: actions/upload-artifact@v3
with:
name: performance-test-results
path: ./test/performance/performance_results.txt
path: ./test/performance/performance_results.md
- name: Slack results
uses: adrey/slack-file-upload-action@1.0.5
with:
token: ${{ secrets.RUBY_GITHUB_ACTIONS_BOT_WEBHOOK }}
path: ./test/performance/performance_results.txt
path: ./test/performance/performance_results.md
channel: ruby-agent-notifications

0 comments on commit 9a58e24

Please sign in to comment.