Conversation
cache gc
cache gccache gc
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1877 +/- ##
==========================================
- Coverage 92.16% 92.11% -0.05%
==========================================
Files 112 112
Lines 22457 22522 +65
==========================================
+ Hits 20698 20747 +49
- Misses 1759 1775 +16 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
📦 Cargo Bloat ComparisonBinary size change: +0.00% (25.5 MiB → 25.5 MiB) Expand for cargo-bloat outputHead Branch ResultsBase Branch Results |
⚡️ Hyperfine BenchmarksSummary: 0 regressions, 0 improvements above the 10% threshold. Environment
CLI CommandsBenchmarking basic commands in the main repo:
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
prek-base --version |
2.2 ± 0.1 | 2.1 | 2.8 | 1.02 ± 0.05 |
prek-head --version |
2.1 ± 0.1 | 2.0 | 2.4 | 1.00 |
prek list
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
prek-base list |
9.2 ± 2.0 | 8.4 | 25.0 | 1.03 ± 0.26 |
prek-head list |
8.9 ± 1.0 | 8.4 | 17.2 | 1.00 |
prek validate-config .pre-commit-config.yaml
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
prek-base validate-config .pre-commit-config.yaml |
3.0 ± 0.0 | 2.8 | 3.1 | 1.00 |
prek-head validate-config .pre-commit-config.yaml |
3.0 ± 0.0 | 2.9 | 3.1 | 1.00 ± 0.02 |
prek sample-config
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
prek-base sample-config |
2.4 ± 0.1 | 2.4 | 2.6 | 1.00 |
prek-head sample-config |
2.5 ± 0.0 | 2.4 | 2.7 | 1.01 ± 0.03 |
Cold vs Warm Runs
Comparing first run (cold) vs subsequent runs (warm cache):
prek run --all-files (cold - no cache)
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
prek-base run --all-files |
141.5 ± 3.5 | 136.3 | 147.3 | 1.00 |
prek-head run --all-files |
144.8 ± 3.8 | 138.6 | 153.2 | 1.02 ± 0.04 |
prek run --all-files (warm - with cache)
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
prek-base run --all-files |
146.7 ± 4.2 | 139.1 | 152.9 | 1.00 ± 0.04 |
prek-head run --all-files |
146.0 ± 4.4 | 139.7 | 156.1 | 1.00 |
Full Hook Suite
Running the builtin hook suite on the benchmark workspace:
prek run --all-files (full builtin hook suite)
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
prek-base run --all-files |
147.8 ± 2.9 | 140.9 | 152.8 | 1.01 ± 0.10 |
prek-head run --all-files |
146.5 ± 13.8 | 135.2 | 234.5 | 1.00 |
Individual Hook Performance
Benchmarking each hook individually on the test repo:
prek run trailing-whitespace --all-files
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
prek-base run trailing-whitespace --all-files |
21.2 ± 1.8 | 19.5 | 26.1 | 1.01 ± 0.10 |
prek-head run trailing-whitespace --all-files |
21.0 ± 1.0 | 19.3 | 22.8 | 1.00 |
prek run end-of-file-fixer --all-files
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
prek-base run end-of-file-fixer --all-files |
27.6 ± 2.4 | 24.0 | 33.9 | 1.00 |
prek-head run end-of-file-fixer --all-files |
28.9 ± 2.2 | 24.7 | 32.5 | 1.05 ± 0.12 |
prek run check-json --all-files
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
prek-base run check-json --all-files |
11.4 ± 0.4 | 11.0 | 12.5 | 1.00 |
prek-head run check-json --all-files |
11.4 ± 0.3 | 11.0 | 12.6 | 1.00 ± 0.04 |
prek run check-yaml --all-files
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
prek-base run check-yaml --all-files |
11.5 ± 0.2 | 11.1 | 11.8 | 1.02 ± 0.04 |
prek-head run check-yaml --all-files |
11.2 ± 0.4 | 10.7 | 12.5 | 1.00 |
prek run check-toml --all-files
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
prek-base run check-toml --all-files |
11.2 ± 0.3 | 10.7 | 11.9 | 1.02 ± 0.04 |
prek-head run check-toml --all-files |
11.0 ± 0.3 | 10.5 | 11.5 | 1.00 |
prek run check-xml --all-files
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
prek-base run check-xml --all-files |
11.3 ± 0.3 | 10.7 | 12.0 | 1.02 ± 0.04 |
prek-head run check-xml --all-files |
11.1 ± 0.3 | 10.5 | 11.6 | 1.00 |
prek run detect-private-key --all-files
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
prek-base run detect-private-key --all-files |
17.8 ± 1.5 | 15.0 | 21.1 | 1.02 ± 0.11 |
prek-head run detect-private-key --all-files |
17.4 ± 1.2 | 15.7 | 20.0 | 1.00 |
prek run fix-byte-order-marker --all-files
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
prek-base run fix-byte-order-marker --all-files |
23.5 ± 2.0 | 20.1 | 29.4 | 1.01 ± 0.19 |
prek-head run fix-byte-order-marker --all-files |
23.3 ± 4.0 | 20.0 | 42.4 | 1.00 |
Installation Performance
Benchmarking hook installation (fast path hooks skip Python setup):
prek install-hooks (cold - no cache)
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
prek-base install-hooks |
4.5 ± 0.1 | 4.4 | 4.6 | 1.02 ± 0.02 |
prek-head install-hooks |
4.4 ± 0.0 | 4.4 | 4.5 | 1.00 |
prek install-hooks (warm - with cache)
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
prek-base install-hooks |
4.4 ± 0.1 | 4.4 | 4.5 | 1.00 ± 0.02 |
prek-head install-hooks |
4.4 ± 0.1 | 4.4 | 4.6 | 1.00 |
File Filtering/Scoping Performance
Testing different file selection modes:
prek run (staged files only)
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
prek-base run |
49.2 ± 1.0 | 47.7 | 51.6 | 1.01 ± 0.03 |
prek-head run |
48.5 ± 1.0 | 46.6 | 50.2 | 1.00 |
prek run --files '*.json' (specific file type)
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
prek-base run --files '*.json' |
8.7 ± 0.3 | 8.3 | 9.5 | 1.07 ± 0.04 |
prek-head run --files '*.json' |
8.2 ± 0.1 | 8.0 | 8.4 | 1.00 |
Workspace Discovery & Initialization
Benchmarking hook discovery and initialization overhead:
prek run --dry-run --all-files (measures init overhead)
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
prek-base run --dry-run --all-files |
12.9 ± 0.6 | 12.2 | 15.2 | 1.00 |
prek-head run --dry-run --all-files |
13.1 ± 0.3 | 12.6 | 13.6 | 1.02 ± 0.06 |
Meta Hooks Performance
Benchmarking meta hooks separately:
prek run check-hooks-apply --all-files
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
prek-base run check-hooks-apply --all-files |
13.5 ± 0.2 | 13.2 | 14.0 | 1.03 ± 0.03 |
prek-head run check-hooks-apply --all-files |
13.1 ± 0.3 | 12.8 | 13.9 | 1.00 |
prek run check-useless-excludes --all-files
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
prek-base run check-useless-excludes --all-files |
11.7 ± 0.3 | 11.4 | 12.4 | 1.03 ± 0.03 |
prek-head run check-useless-excludes --all-files |
11.4 ± 0.1 | 11.1 | 11.6 | 1.00 |
prek run identity --all-files
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
prek-base run identity --all-files |
10.0 ± 0.1 | 9.9 | 10.1 | 1.01 ± 0.02 |
prek-head run identity --all-files |
9.8 ± 0.2 | 9.6 | 10.4 | 1.00 |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e6a4902f70
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
Pull request overview
This PR enhances prek cache gc to clean up stale recovery *.patch files under the cache’s patches/ directory, addressing long-term accumulation concerns raised in #1635.
Changes:
- Add a retention-based sweep that deletes patch files older than a fixed cutoff during
prek cache gc. - Include patch-file removals in
cache gcsummaries and verbose removal details output. - Add an integration test validating dry-run and real removal behavior for stale patch files.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
crates/prek/src/cli/cache_gc.rs |
Adds PatchFiles to GC removal reporting and implements sweeping stale *.patch files by mtime. |
crates/prek/tests/cache.rs |
Adds coverage ensuring stale patch files are reported/removed while recent ones remain. |
Clean stale
*.patchfiles duringprek cache gcCloses #1635