Default severity: error
The testing package dynamically controls B.N to calibrate benchmark
duration and calculate per-operation time. Benchmark code that changes N
invalidates those measurements.
Bad
b.N = 1000Good
for range b.N { operation() }