[net.micro] Byte benchmark bug bug

barber@ittvax.UUCP (Brad Barber) (11/20/84)

The prime sieve benchmark works correctly.  The sieve represents only odd
numbers since even numbers can't be prime.  So instead of counting the
primes from 2 to 8191, it is counting them from 2 to 16383.   --Brad