Skip to content

Commit

Permalink
feat(benchmarks): use compare recipe instead of run on prs
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Jan 17, 2025
1 parent 221c26d commit 5bf5bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
just
--justfile ./test/performance/justfile
--working-directory ./test/performance
run . 5 10s 1
${{ github.ref == 'refs/heads/main' && 'run' || 'compare' }} . 5 10s ${{ github.ref == 'refs/heads/main' && '1' || '5' }}
- run: >
just
--justfile ./test/performance/justfile
Expand Down

0 comments on commit 5bf5bf4

Please sign in to comment.