Skip to content

Commit d50f935

Browse files
jaredLundeclaude
andcommitted
ci: drop check:bench step
Compiling benches adds ~minutes per CI run for a gate that only verifies they still build. We run benches locally when tuning hot paths; the compile check isn't worth the wall-clock. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 50e4f75 commit d50f935

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
run: mise run build:ts
3434
- name: test:integration:ts
3535
run: mise run test:integration:ts
36-
- name: check:bench
37-
run: cargo bench --no-run
3836
generate-check:
3937
name: generated files up-to-date
4038
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)