Skip to content

Commit

Permalink
Temporarily reduce baseline for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sirbrillig committed Dec 2, 2024
1 parent 9aa2905 commit 769bd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/csqa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,5 @@ jobs:
run: echo "${{ fromJSON( steps.performance_report.outputs.PHPCS_PERF_SECS ) }}"

- name: Compare performance to baseline
if: ${{ fromJSON( steps.performance_report.outputs.PHPCS_PERF_SECS ) > 0.6 }}
if: ${{ fromJSON( steps.performance_report.outputs.PHPCS_PERF_SECS ) > 0.2 }}
run: exit 1

0 comments on commit 769bd71

Please sign in to comment.