Given how much #920 slowed down the tests with low iteration count, replace it with 3 different similar test:
- count >= 1: a test with 1024 multiplies that tests any pattern of 6 bits in windows not more than 20 bits wide
- count >= 3: a test with 2048 multiplies that tests any pattern of 8 consecutive bits
- count >= 35: the old test (which effectively tests all 2-bit patterns)