diff --git a/.github/workflows/performance_tests.yml b/.github/workflows/performance_tests.yml index bf76a5d3c1..69aa5cd993 100644 --- a/.github/workflows/performance_tests.yml +++ b/.github/workflows/performance_tests.yml @@ -39,7 +39,7 @@ jobs: - run: script/runner -B - uses: actions/checkout@v3 - run: bundle - - run: script/runner -C > performance_tests.txt + - run: script/runner -C > performance_results.txt - name: Save performance results uses: actions/upload-artifact@v3 with: