Files
ballistic/tests
Ronald Caesar bf360f9bc8 tests/decoder: skip empty buckets
If a hash bucket is empty, the test still loops 2,097,152 times which
is crazy. An empty bucket means `bal_decode_arm64()` will always
return NULL, so I've added a `continue` statement to skip the massive
loop.

Signed-off-by: Ronald Caesar <github43132@proton.me>
2026-06-11 22:44:22 -04:00
..