Validity-check benchmark for the zng_check_lens(lens, codes)
function proposed in the PR #2267 discussion. All three variants
scan lens[0..codes-1] and return -1 if any entry exceeds MAX_BITS
(15). Input is all-valid (random values in [0, 15]) so the worst
case — a full scan with no early exit — is measured.
Variants: