Comparison tests of wizz’ contributed “merit 28” CRT files for shift 64, 160 versus the “merit 22” CRT files in the standard distribution.
Column labels map directly to miner output: pps
is average primes per second, tps
is average tests per second, gps
is average gaps per second, glst
is the size of the gaplist and l/s
is the time in seconds to scan the gaplist at the reported rate of gaps per second.
f64-dist
measure | pps | tps | gps | glst | bpc | l/s |
---|---|---|---|---|---|---|
mean | 518408 | 4279241 | 5421 | 6283 | 0.23 | 1.16 |
max | 577741 | 8382344 | 7827 | 21554 | 0.45 | 2.75 |
min | 256622 | 69752 | 5300 | 0 | 0.00 | 0.00 |
std | 34494 | 2409337 | 240 | 5197 | 0.14 | 21.66 |
f64-wizz28
measure | pps | tps | gps | glst | bpc | l/s |
---|---|---|---|---|---|---|
mean | 31279284 | 4254828 | 5419 | 5878 | 9.94 | 1.08 |
max | 72042060 | 8453167 | 9318 | 19295 | 19.74 | 2.07 |
min | 28624810 | 71919 | 5288 | 0 | 0.08 | 0.00 |
std | 5514862 | 2425777 | 368 | 5225 | 5.56 | 14.20 |
The charts included below are for completeness. The figures given are the means and they differ from the pandas-produced means because, in order to support the different requirements of charting, the first 1/5th of the data is ignored in order to aid visual comparison. The chartline uses the full dataset.
Replication:
gapminer -o localhost -p 31397 -u $USER -x $USERPASS -e -j 5 -t 4 -f 416 -i [as-discovered] -r crt/dist/crt-22m-0416s.txt
gapminer -o localhost -p 31397 -u $USER -x $USERPASS -e -j 5 -t 4 -f 416 -i [as-discovered] -r crt/wizz28/crt-28m-0416s.txt
gapminer -o localhost -p 31397 -u $USER -x $USERPASS -e -j 5 -t 4 -f 512 -i [as-discovered] -r crt/dist/crt-22m-0512s.txt
gapminer -o localhost -p 31397 -u $USER -x $USERPASS -e -j 5 -t 4 -f 512 -i [as-discovered] -r crt/wizz28/crt-28m-0512s.txt
gapminer -o localhost -p 31397 -u $USER -x $USERPASS -e -j 5 -t 4 -f 1024 -i [as-discovered] -r crt/dist/crt-22m-1024s.txt
gapminer -o localhost -p 31397 -u $USER -x $USERPASS -e -j 5 -t 4 -f 1024 -i [as-discovered] -r crt/wizz28/crt-28m-1024s.txt</