Skip to content

Commit 223adf5

Browse files
committed
chore: stop tracking perf/raw.json (regenerated benchmark output)
raw.json gets fully rewritten by every perf run and the diff is essentially symmetric (~190 insertions / ~190 deletions per run, all timing noise), so it shows up as dirty in every working tree and pollutes every diff. Curated/baseline perf snapshots (baseline.json, after.json, dedup.json) are still tracked - those represent intentional comparisons and should change deliberately.
1 parent 37e2479 commit 223adf5

2 files changed

Lines changed: 5 additions & 527 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ tools/migration-labels.json
99
tools/renames.json
1010
tools/cbus-labels-backup-*.json
1111
toolkit-certs/
12+
13+
# Benchmark raw output regenerates with timing noise on every run.
14+
# Curated/baseline perf snapshots (baseline.json, after.json, dedup.json) are
15+
# still tracked intentionally.
16+
perf/raw.json

0 commit comments

Comments
 (0)