mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-07-29 07:14:56 +00:00
Adds two new functions to harness.py: - _current_git_ref(): Gets the current git short SHA - append_profiling_history(): Appends JSON line to profiling/results/history.jsonl This enables profiling numbers to persist across sessions/dates, with every run appended to an immutable timeline rather than overwriting per-stage snapshots. Also adds corresponding test to verify the function writes valid JSON lines. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>