Skip to content

Commit

Permalink
toggle profiling for build
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Sep 15, 2024
1 parent e00be6a commit 45a6fa8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
uv-${{ runner.os }}
- name: Install
run: uv sync
run: |
uv build -v --config-setting profile==profiling
- name: Run benchmarks
uses: CodSpeedHQ/action@v3
Expand Down

0 comments on commit 45a6fa8

Please sign in to comment.