superfast 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. --- Testing superfast (Paul Hsieh's SuperFastHash)
  2. [[[ Sanity Tests ]]]
  3. Verification value 0x980ACD1D : Passed!
  4. Running sanity check 1..........PASS
  5. Running sanity check 2.
  6. *********FAIL*********
  7. [[[ Speed Tests ]]]
  8. Bulk speed test - 262144-byte keys
  9. Alignment 0 - 0.536 bytes/cycle - 1532.52 MiB/sec @ 3 ghz
  10. Alignment 1 - 0.534 bytes/cycle - 1527.57 MiB/sec @ 3 ghz
  11. Alignment 2 - 0.536 bytes/cycle - 1532.45 MiB/sec @ 3 ghz
  12. Alignment 3 - 0.534 bytes/cycle - 1527.41 MiB/sec @ 3 ghz
  13. Alignment 4 - 0.536 bytes/cycle - 1532.46 MiB/sec @ 3 ghz
  14. Alignment 5 - 0.534 bytes/cycle - 1527.60 MiB/sec @ 3 ghz
  15. Alignment 6 - 0.536 bytes/cycle - 1532.46 MiB/sec @ 3 ghz
  16. Alignment 7 - 0.534 bytes/cycle - 1527.43 MiB/sec @ 3 ghz
  17. Small key speed test - 1-byte keys - 29.87 cycles/hash
  18. Small key speed test - 2-byte keys - 26.54 cycles/hash
  19. Small key speed test - 3-byte keys - 28.76 cycles/hash
  20. Small key speed test - 4-byte keys - 32.47 cycles/hash
  21. Small key speed test - 5-byte keys - 31.18 cycles/hash
  22. Small key speed test - 6-byte keys - 30.68 cycles/hash
  23. Small key speed test - 7-byte keys - 30.84 cycles/hash
  24. Small key speed test - 8-byte keys - 35.41 cycles/hash
  25. Small key speed test - 9-byte keys - 35.16 cycles/hash
  26. Small key speed test - 10-byte keys - 34.72 cycles/hash
  27. Small key speed test - 11-byte keys - 34.50 cycles/hash
  28. Small key speed test - 12-byte keys - 38.45 cycles/hash
  29. Small key speed test - 13-byte keys - 39.16 cycles/hash
  30. Small key speed test - 14-byte keys - 37.38 cycles/hash
  31. Small key speed test - 15-byte keys - 38.38 cycles/hash
  32. Small key speed test - 16-byte keys - 40.95 cycles/hash
  33. Small key speed test - 17-byte keys - 42.01 cycles/hash
  34. Small key speed test - 18-byte keys - 41.17 cycles/hash
  35. Small key speed test - 19-byte keys - 43.52 cycles/hash
  36. Small key speed test - 20-byte keys - 43.93 cycles/hash
  37. Small key speed test - 21-byte keys - 45.87 cycles/hash
  38. Small key speed test - 22-byte keys - 46.49 cycles/hash
  39. Small key speed test - 23-byte keys - 49.69 cycles/hash
  40. Small key speed test - 24-byte keys - 47.72 cycles/hash
  41. Small key speed test - 25-byte keys - 52.49 cycles/hash
  42. Small key speed test - 26-byte keys - 52.21 cycles/hash
  43. Small key speed test - 27-byte keys - 55.07 cycles/hash
  44. Small key speed test - 28-byte keys - 53.04 cycles/hash
  45. Small key speed test - 29-byte keys - 58.88 cycles/hash
  46. Small key speed test - 30-byte keys - 58.91 cycles/hash
  47. Small key speed test - 31-byte keys - 60.84 cycles/hash
  48. [[[ Differential Tests ]]]
  49. Testing 8303632 up-to-5-bit differentials in 64-bit keys -> 32 bit hashes.
  50. 1000 reps, 8303632000 total tests, expecting 1.93 random collisions..........
  51. 56596 total collisions, of which 1 single collisions were ignored !!!!!
  52. Testing 11017632 up-to-4-bit differentials in 128-bit keys -> 32 bit hashes.
  53. 1000 reps, 11017632000 total tests, expecting 2.57 random collisions..........
  54. 118761 total collisions, of which 1437 single collisions were ignored !!!!!
  55. Testing 2796416 up-to-3-bit differentials in 256-bit keys -> 32 bit hashes.
  56. 1000 reps, 2796416000 total tests, expecting 0.65 random collisions..........
  57. 76432 total collisions, of which 1369 single collisions were ignored !!!!!
  58. *********FAIL*********
  59. [[[ Avalanche Tests ]]]
  60. Testing 32-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 28.446000% !!!!!
  61. Testing 40-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 7.101333% !!!!!
  62. Testing 48-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 24.536667% !!!!!
  63. Testing 56-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 4.466000% !!!!!
  64. Testing 64-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 28.046667% !!!!!
  65. Testing 72-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 7.384667% !!!!!
  66. Testing 80-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 24.241333% !!!!!
  67. Testing 88-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 2.594000% !!!!!
  68. Testing 96-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 28.091333% !!!!!
  69. Testing 104-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 6.882000% !!!!!
  70. Testing 112-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 24.362667% !!!!!
  71. Testing 120-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 2.698000% !!!!!
  72. Testing 128-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 27.832667% !!!!!
  73. Testing 136-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 6.819333% !!!!!
  74. Testing 144-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 24.488000% !!!!!
  75. Testing 152-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 2.735333% !!!!!
  76. *********FAIL*********
  77. [[[ Keyset 'Cyclic' Tests ]]]
  78. Keyset 'Cyclic' - 8 cycles of 4 bytes - 10000000 keys
  79. Testing collisions - Expected 11641.53, actual 22652.00 ( 1.95x)
  80. Testing distribution - Worst bias is the 20-bit window at bit 19 - 1.523% !!!!!
  81. Keyset 'Cyclic' - 8 cycles of 5 bytes - 10000000 keys
  82. Testing collisions - Expected 11641.53, actual 21251.00 ( 1.83x)
  83. Testing distribution - Worst bias is the 20-bit window at bit 17 - 1.515% !!!!!
  84. Keyset 'Cyclic' - 8 cycles of 6 bytes - 10000000 keys
  85. Testing collisions - Expected 11641.53, actual 20638.00 ( 1.77x)
  86. Testing distribution - Worst bias is the 20-bit window at bit 22 - 1.505% !!!!!
  87. Keyset 'Cyclic' - 8 cycles of 7 bytes - 10000000 keys
  88. Testing collisions - Expected 11641.53, actual 20210.00 ( 1.74x)
  89. Testing distribution - Worst bias is the 20-bit window at bit 14 - 1.511% !!!!!
  90. Keyset 'Cyclic' - 8 cycles of 8 bytes - 10000000 keys
  91. Testing collisions - Expected 11641.53, actual 19550.00 ( 1.68x)
  92. Testing distribution - Worst bias is the 20-bit window at bit 20 - 1.503% !!!!!
  93. [[[ Keyset 'TwoBytes' Tests ]]]
  94. Keyset 'TwoBytes' - up-to-4-byte keys, 652545 total keys
  95. Testing collisions - Expected 49.57, actual 98822.00 (1993.53x) !!!!!
  96. Testing distribution - Worst bias is the 16-bit window at bit 17 - 4.719% !!!!!
  97. Keyset 'TwoBytes' - up-to-8-byte keys, 5471025 total keys
  98. Testing collisions - Expected 3484.56, actual 1975824.00 (567.02x) !!!!!
  99. Testing distribution - Worst bias is the 20-bit window at bit 22 - 18.182% !!!!!
  100. Keyset 'TwoBytes' - up-to-12-byte keys, 18616785 total keys
  101. Testing collisions - Expected 40347.77, actual 9517921.00 (235.90x) !!!!!
  102. Testing distribution - Worst bias is the 20-bit window at bit 22 - 11.638% !!!!!
  103. Keyset 'TwoBytes' - up-to-16-byte keys, 44251425 total keys
  104. Testing collisions - Expected 227963.15, actual 26562601.00 (116.52x) !!!!!
  105. Testing distribution - Worst bias is the 20-bit window at bit 24 - 7.973% !!!!!
  106. Keyset 'TwoBytes' - up-to-20-byte keys, 86536545 total keys
  107. Testing collisions - Expected 871784.70, actual 57290398.00 (65.72x) !!!!!
  108. Testing distribution - Worst bias is the 20-bit window at bit 24 - 5.907% !!!!!
  109. *********FAIL*********
  110. [[[ Keyset 'Sparse' Tests ]]]
  111. Keyset 'Sparse' - 32-bit keys with up to 6 bits set - 1149017 keys
  112. Testing collisions - Expected 153.70, actual 6.00 ( 0.04x)
  113. Testing distribution - Worst bias is the 17-bit window at bit 16 - 1.710% !!!!!
  114. Keyset 'Sparse' - 40-bit keys with up to 6 bits set - 4598479 keys
  115. Testing collisions - Expected 2461.72, actual 1564267.00 (635.44x) !!!!!
  116. Testing distribution - Worst bias is the 19-bit window at bit 26 - 14.661% !!!!!
  117. Keyset 'Sparse' - 48-bit keys with up to 5 bits set - 1925357 keys
  118. Testing collisions - Expected 431.55, actual 735255.00 (1703.75x) !!!!!
  119. Testing distribution - Worst bias is the 18-bit window at bit 19 - 18.966% !!!!!
  120. Keyset 'Sparse' - 56-bit keys with up to 5 bits set - 4216423 keys
  121. Testing collisions - Expected 2069.66, actual 1920787.00 (928.07x) !!!!!
  122. Testing distribution - Worst bias is the 19-bit window at bit 14 - 25.354% !!!!!
  123. Keyset 'Sparse' - 64-bit keys with up to 5 bits set - 8303633 keys
  124. Testing collisions - Expected 8026.87, actual 4140414.00 (515.82x) !!!!!
  125. Testing distribution - Worst bias is the 20-bit window at bit 13 - 28.779% !!!!!
  126. Keyset 'Sparse' - 96-bit keys with up to 4 bits set - 3469497 keys
  127. Testing collisions - Expected 1401.34, actual 1569780.00 (1120.20x) !!!!!
  128. Testing distribution - Worst bias is the 19-bit window at bit 15 - 30.505% !!!!!
  129. Keyset 'Sparse' - 256-bit keys with up to 3 bits set - 2796417 keys
  130. Testing collisions - Expected 910.36, actual 790249.00 (868.06x) !!!!!
  131. Testing distribution - Worst bias is the 19-bit window at bit 25 - 25.785% !!!!!
  132. Keyset 'Sparse' - 2048-bit keys with up to 2 bits set - 2098177 keys
  133. Testing collisions - Expected 512.50, actual 57433.00 (112.06x) !!!!!
  134. Testing distribution - Worst bias is the 18-bit window at bit 21 - 2.724% !!!!!
  135. *********FAIL*********
  136. [[[ Keyset 'Combination Lowbits' Tests ]]]
  137. Keyset 'Combination' - up to 8 blocks from a set of 8 - 19173960 keys
  138. Testing collisions - Expected 42799.01, actual 2696621.00 (63.01x) !!!!!
  139. Testing distribution - Worst bias is the 20-bit window at bit 14 - 3.176% !!!!!
  140. *********FAIL*********
  141. [[[ Keyset 'Combination Highbits' Tests ]]]
  142. Keyset 'Combination' - up to 8 blocks from a set of 8 - 19173960 keys
  143. Testing collisions - Expected 42799.01, actual 15166063.00 (354.36x) !!!!!
  144. Testing distribution - Worst bias is the 20-bit window at bit 19 - 41.431% !!!!!
  145. *********FAIL*********
  146. [[[ Keyset 'Combination 0x8000000' Tests ]]]
  147. Keyset 'Combination' - up to 20 blocks from a set of 2 - 2097150 keys
  148. Testing collisions - Expected 512.00, actual 1315628.00 (2569.59x) !!!!!
  149. Testing distribution - Worst bias is the 18-bit window at bit 24 - 33.401% !!!!!
  150. *********FAIL*********
  151. [[[ Keyset 'Combination 0x0000001' Tests ]]]
  152. Keyset 'Combination' - up to 20 blocks from a set of 2 - 2097150 keys
  153. Testing collisions - Expected 512.00, actual 1049889.00 (2050.57x) !!!!!
  154. Testing distribution - Worst bias is the 18-bit window at bit 19 - 21.048% !!!!!
  155. *********FAIL*********
  156. [[[ Keyset 'Combination Hi-Lo' Tests ]]]
  157. Keyset 'Combination' - up to 6 blocks from a set of 15 - 12204240 keys
  158. Testing collisions - Expected 17339.30, actual 1805461.00 (104.13x) !!!!!
  159. Testing distribution - Worst bias is the 20-bit window at bit 22 - 5.572% !!!!!
  160. *********FAIL*********
  161. [[[ Keyset 'Window' Tests ]]]
  162. Keyset 'Windowed' - 64-bit key, 20-bit window - 64 tests, 1048576 keys per test
  163. Window at 0 - Testing collisions - Expected 128.00, actual 15.00 ( 0.12x)
  164. Window at 1 - Testing collisions - Expected 128.00, actual 12.00 ( 0.09x)
  165. Window at 2 - Testing collisions - Expected 128.00, actual 11.00 ( 0.09x)
  166. Window at 3 - Testing collisions - Expected 128.00, actual 13.00 ( 0.10x)
  167. Window at 4 - Testing collisions - Expected 128.00, actual 13.00 ( 0.10x)
  168. Window at 5 - Testing collisions - Expected 128.00, actual 7.00 ( 0.05x)
  169. Window at 6 - Testing collisions - Expected 128.00, actual 9.00 ( 0.07x)
  170. Window at 7 - Testing collisions - Expected 128.00, actual 13.00 ( 0.10x)
  171. Window at 8 - Testing collisions - Expected 128.00, actual 14.00 ( 0.11x)
  172. Window at 9 - Testing collisions - Expected 128.00, actual 13.00 ( 0.10x)
  173. Window at 10 - Testing collisions - Expected 128.00, actual 10.00 ( 0.08x)
  174. Window at 11 - Testing collisions - Expected 128.00, actual 7.00 ( 0.05x)
  175. Window at 12 - Testing collisions - Expected 128.00, actual 12.00 ( 0.09x)
  176. Window at 13 - Testing collisions - Expected 128.00, actual 7.00 ( 0.05x)
  177. Window at 14 - Testing collisions - Expected 128.00, actual 9.00 ( 0.07x)
  178. Window at 15 - Testing collisions - Expected 128.00, actual 9.00 ( 0.07x)
  179. Window at 16 - Testing collisions - Expected 128.00, actual 9.00 ( 0.07x)
  180. Window at 17 - Testing collisions - Expected 128.00, actual 11.00 ( 0.09x)
  181. Window at 18 - Testing collisions - Expected 128.00, actual 11.00 ( 0.09x)
  182. Window at 19 - Testing collisions - Expected 128.00, actual 20.00 ( 0.16x)
  183. Window at 20 - Testing collisions - Expected 128.00, actual 25.00 ( 0.20x)
  184. Window at 21 - Testing collisions - Expected 128.00, actual 6.00 ( 0.05x)
  185. Window at 22 - Testing collisions - Expected 128.00, actual 11.00 ( 0.09x)
  186. Window at 23 - Testing collisions - Expected 128.00, actual 14.00 ( 0.11x)
  187. Window at 24 - Testing collisions - Expected 128.00, actual 14.00 ( 0.11x)
  188. Window at 25 - Testing collisions - Expected 128.00, actual 19.00 ( 0.15x)
  189. Window at 26 - Testing collisions - Expected 128.00, actual 23.00 ( 0.18x)
  190. Window at 27 - Testing collisions - Expected 128.00, actual 16.00 ( 0.13x)
  191. Window at 28 - Testing collisions - Expected 128.00, actual 9.00 ( 0.07x)
  192. Window at 29 - Testing collisions - Expected 128.00, actual 5.00 ( 0.04x)
  193. Window at 30 - Testing collisions - Expected 128.00, actual 5.00 ( 0.04x)
  194. Window at 31 - Testing collisions - Expected 128.00, actual 10.00 ( 0.08x)
  195. Window at 32 - Testing collisions - Expected 128.00, actual 10.00 ( 0.08x)
  196. Window at 33 - Testing collisions - Expected 128.00, actual 12.00 ( 0.09x)
  197. Window at 34 - Testing collisions - Expected 128.00, actual 10.00 ( 0.08x)
  198. Window at 35 - Testing collisions - Expected 128.00, actual 15.00 ( 0.12x)
  199. Window at 36 - Testing collisions - Expected 128.00, actual 12.00 ( 0.09x)
  200. Window at 37 - Testing collisions - Expected 128.00, actual 3.00 ( 0.02x)
  201. Window at 38 - Testing collisions - Expected 128.00, actual 9.00 ( 0.07x)
  202. Window at 39 - Testing collisions - Expected 128.00, actual 12.00 ( 0.09x)
  203. Window at 40 - Testing collisions - Expected 128.00, actual 14.00 ( 0.11x)
  204. Window at 41 - Testing collisions - Expected 128.00, actual 10.00 ( 0.08x)
  205. Window at 42 - Testing collisions - Expected 128.00, actual 10.00 ( 0.08x)
  206. Window at 43 - Testing collisions - Expected 128.00, actual 9.00 ( 0.07x)
  207. Window at 44 - Testing collisions - Expected 128.00, actual 15.00 ( 0.12x)
  208. Window at 45 - Testing collisions - Expected 128.00, actual 19.00 ( 0.15x)
  209. Window at 46 - Testing collisions - Expected 128.00, actual 11.00 ( 0.09x)
  210. Window at 47 - Testing collisions - Expected 128.00, actual 1.00 ( 0.01x)
  211. Window at 48 - Testing collisions - Expected 128.00, actual 2.00 ( 0.02x)
  212. Window at 49 - Testing collisions - Expected 128.00, actual 2.00 ( 0.02x)
  213. Window at 50 - Testing collisions - Expected 128.00, actual 3.00 ( 0.02x)
  214. Window at 51 - Testing collisions - Expected 128.00, actual 8.00 ( 0.06x)
  215. Window at 52 - Testing collisions - Expected 128.00, actual 12.00 ( 0.09x)
  216. Window at 53 - Testing collisions - Expected 128.00, actual 7.00 ( 0.05x)
  217. Window at 54 - Testing collisions - Expected 128.00, actual 15.00 ( 0.12x)
  218. Window at 55 - Testing collisions - Expected 128.00, actual 20.00 ( 0.16x)
  219. Window at 56 - Testing collisions - Expected 128.00, actual 24.00 ( 0.19x)
  220. Window at 57 - Testing collisions - Expected 128.00, actual 25.00 ( 0.20x)
  221. Window at 58 - Testing collisions - Expected 128.00, actual 19.00 ( 0.15x)
  222. Window at 59 - Testing collisions - Expected 128.00, actual 23.00 ( 0.18x)
  223. Window at 60 - Testing collisions - Expected 128.00, actual 19.00 ( 0.15x)
  224. Window at 61 - Testing collisions - Expected 128.00, actual 14.00 ( 0.11x)
  225. Window at 62 - Testing collisions - Expected 128.00, actual 14.00 ( 0.11x)
  226. Window at 63 - Testing collisions - Expected 128.00, actual 15.00 ( 0.12x)
  227. Window at 64 - Testing collisions - Expected 128.00, actual 15.00 ( 0.12x)
  228. [[[ Keyset 'Text' Tests ]]]
  229. Keyset 'Text' - keys of form "Foo[XXXX]Bar" - 14776336 keys
  230. Testing collisions - Expected 25418.13, actual 2260.00 ( 0.09x)
  231. Testing distribution - Worst bias is the 10-bit window at bit 22 - 1.473% !!!!!
  232. Keyset 'Text' - keys of form "FooBar[XXXX]" - 14776336 keys
  233. Testing collisions - Expected 25418.13, actual 11078896.00 (435.87x) !!!!!
  234. Testing distribution - Worst bias is the 20-bit window at bit 17 - 24.244% !!!!!
  235. Keyset 'Text' - keys of form "[XXXX]FooBar" - 14776336 keys
  236. Testing collisions - Expected 25418.13, actual 2257.00 ( 0.09x)
  237. Testing distribution - Worst bias is the 18-bit window at bit 15 - 1.475% !!!!!
  238. *********FAIL*********
  239. [[[ Keyset 'Zeroes' Tests ]]]
  240. Keyset 'Zeroes' - 65536 keys
  241. Testing collisions - Expected 0.50, actual 65535.00 (131072.00x) !!!!!
  242. Testing distribution - Worst bias is the 13-bit window at bit 0 - 99.988% !!!!!
  243. *********FAIL*********
  244. [[[ Keyset 'Seed' Tests ]]]
  245. Keyset 'Seed' - 1000000 keys
  246. Testing collisions - Expected 116.42, actual 999999.00 (8589.93x) !!!!!
  247. Testing distribution - Worst bias is the 17-bit window at bit 0 - 99.999% !!!!!
  248. *********FAIL*********
  249. Input vcode 0x898985f8, Output vcode 0xdf41d8c2, Result vcode 0x00000001
  250. Verification value is 0x00000001 - Testing took 1855.869403 seconds