Skip to content

Commit ea72542

Browse files
awksedgreepclaude
andcommitted
bench: add CLP vetting harness and codec-8 corpus gate
tools/clp-vet: the Phase-0 measurement harness behind the codec-8 GO decision (CLP_PLAN.md) plus codec8_bench, which drives the real encode_block/decode_block on rich entries built from the corpora and regression-gates codec 8 vs codec 7 (bytes/entry, encode/decode MB/s, per-block fallback counts, exactness asserts). Corpora are git-ignored (Loghub sets re-fetchable, journal slices host-local); results_phase0.txt is the tracked evidence. Also refreshes the stale 0.4.0 workspace pins in tools/bench/Cargo.lock. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent c686744 commit ea72542

8 files changed

Lines changed: 1871 additions & 2 deletions

File tree

tools/bench/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/clp-vet/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Corpora are not committed: Loghub sets are re-fetchable (see CLP_PLAN.md
2+
# Phase 0), journal slices are host-local captures. results_phase0.txt IS
3+
# tracked — it is the decision-log evidence.
4+
corpora/
5+
target/

0 commit comments

Comments
 (0)