svoid benchmarkBitSetXOR(int n) { BitSet a = randomBitSet(n), b = randomBitSet(n); benchFor5Seconds(r { a.xor(b) }); }