farmhash32_c 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  1. -------------------------------------------------------------------------------
  2. --- Testing farmhash32_c "farmhash32_with_seed (C99)"
  3. [[[ Sanity Tests ]]]
  4. Verification value 0xA2E45238 : PASS
  5. !!! Note that the hash result depends on the architecture, if x86_64 and SSE4.1 or just
  6. !!! 32bit or an old GCC <4.4. Thus the results are not portable, and farmhash32_c is disabled
  7. !!! with SMHasher.
  8. Running sanity check 1 ..........PASS
  9. Running AppendedZeroesTest..........PASS
  10. [[[ Speed Tests ]]]
  11. Bulk speed test - 262144-byte keys
  12. Alignment 7 - 8.235 bytes/cycle - 23561.16 MiB/sec @ 3 ghz
  13. Alignment 6 - 8.205 bytes/cycle - 23473.92 MiB/sec @ 3 ghz
  14. Alignment 5 - 8.313 bytes/cycle - 23782.46 MiB/sec @ 3 ghz
  15. Alignment 4 - 8.270 bytes/cycle - 23661.38 MiB/sec @ 3 ghz
  16. Alignment 3 - 7.781 bytes/cycle - 22260.51 MiB/sec @ 3 ghz
  17. Alignment 2 - 8.903 bytes/cycle - 25472.24 MiB/sec @ 3 ghz
  18. Alignment 1 - 8.314 bytes/cycle - 23785.50 MiB/sec @ 3 ghz
  19. Alignment 0 - 9.031 bytes/cycle - 25838.21 MiB/sec @ 3 ghz
  20. Average - 8.381 bytes/cycle - 23979.42 MiB/sec @ 3 ghz
  21. Small key speed test - 1-byte keys - 16.30 cycles/hash
  22. Small key speed test - 2-byte keys - 19.85 cycles/hash
  23. Small key speed test - 3-byte keys - 13.93 cycles/hash
  24. Small key speed test - 4-byte keys - 22.37 cycles/hash
  25. Small key speed test - 5-byte keys - 12.81 cycles/hash
  26. Small key speed test - 6-byte keys - 13.97 cycles/hash
  27. Small key speed test - 7-byte keys - 14.64 cycles/hash
  28. Small key speed test - 8-byte keys - 12.93 cycles/hash
  29. Small key speed test - 9-byte keys - 14.98 cycles/hash
  30. Small key speed test - 10-byte keys - 16.00 cycles/hash
  31. Small key speed test - 11-byte keys - 20.49 cycles/hash
  32. Small key speed test - 12-byte keys - 26.58 cycles/hash
  33. Small key speed test - 13-byte keys - 25.67 cycles/hash
  34. Small key speed test - 14-byte keys - 29.10 cycles/hash
  35. Small key speed test - 15-byte keys - 27.95 cycles/hash
  36. Small key speed test - 16-byte keys - 17.60 cycles/hash
  37. Small key speed test - 17-byte keys - 30.64 cycles/hash
  38. Small key speed test - 18-byte keys - 36.82 cycles/hash
  39. Small key speed test - 19-byte keys - 32.25 cycles/hash
  40. Small key speed test - 20-byte keys - 30.27 cycles/hash
  41. Small key speed test - 21-byte keys - 31.86 cycles/hash
  42. Small key speed test - 22-byte keys - 33.77 cycles/hash
  43. Small key speed test - 23-byte keys - 39.96 cycles/hash
  44. Small key speed test - 24-byte keys - 34.32 cycles/hash
  45. Small key speed test - 25-byte keys - 33.51 cycles/hash
  46. Small key speed test - 26-byte keys - 35.43 cycles/hash
  47. Small key speed test - 27-byte keys - 34.22 cycles/hash
  48. Small key speed test - 28-byte keys - 36.03 cycles/hash
  49. Small key speed test - 29-byte keys - 33.27 cycles/hash
  50. Small key speed test - 30-byte keys - 37.94 cycles/hash
  51. Small key speed test - 31-byte keys - 38.09 cycles/hash
  52. Average 25.736 cycles/hash
  53. [[[ Differential Tests ]]]
  54. Testing 8303632 up-to-5-bit differentials in 64-bit keys -> 32 bit hashes.
  55. 1000 reps, 8303632000 total tests, expecting 1.93 random collisions..........
  56. 0 total collisions, of which 0 single collisions were ignored
  57. Testing 11017632 up-to-4-bit differentials in 128-bit keys -> 32 bit hashes.
  58. 1000 reps, 11017632000 total tests, expecting 2.57 random collisions..........
  59. 5 total collisions, of which 5 single collisions were ignored
  60. Testing 2796416 up-to-3-bit differentials in 256-bit keys -> 32 bit hashes.
  61. 1000 reps, 2796416000 total tests, expecting 0.65 random collisions..........
  62. 1 total collisions, of which 1 single collisions were ignored
  63. [[[ Avalanche Tests ]]]
  64. Testing 32-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.574000%
  65. Testing 40-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.694667%
  66. Testing 48-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.611333%
  67. Testing 56-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.719333%
  68. Testing 64-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.580000%
  69. Testing 72-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.677333%
  70. Testing 80-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.671333%
  71. Testing 88-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.640667%
  72. Testing 96-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.704000%
  73. Testing 104-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.622000%
  74. Testing 112-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.660667%
  75. Testing 120-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.710667%
  76. Testing 128-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.718667%
  77. Testing 136-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.803333%
  78. Testing 144-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.746000%
  79. Testing 152-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.745333%
  80. [[[ Keyset 'Cyclic' Tests ]]]
  81. Keyset 'Cyclic' - 8 cycles of 4 bytes - 10000000 keys
  82. Testing collisions - Expected 11641.53, actual 11565.00 ( 0.99x)
  83. Testing distribution - Worst bias is the 20-bit window at bit 2 - 0.031%
  84. Keyset 'Cyclic' - 8 cycles of 5 bytes - 10000000 keys
  85. Testing collisions - Expected 11641.53, actual 11550.00 ( 0.99x)
  86. Testing distribution - Worst bias is the 20-bit window at bit 31 - 0.049%
  87. Keyset 'Cyclic' - 8 cycles of 6 bytes - 10000000 keys
  88. Testing collisions - Expected 11641.53, actual 11665.00 ( 1.00x)
  89. Testing distribution - Worst bias is the 20-bit window at bit 11 - 0.034%
  90. Keyset 'Cyclic' - 8 cycles of 7 bytes - 10000000 keys
  91. Testing collisions - Expected 11641.53, actual 11672.00 ( 1.00x)
  92. Testing distribution - Worst bias is the 20-bit window at bit 3 - 0.028%
  93. Keyset 'Cyclic' - 8 cycles of 8 bytes - 10000000 keys
  94. Testing collisions - Expected 11641.53, actual 11581.00 ( 0.99x)
  95. Testing distribution - Worst bias is the 20-bit window at bit 21 - 0.039%
  96. [[[ Keyset 'TwoBytes' Tests ]]]
  97. Keyset 'TwoBytes' - up-to-4-byte keys, 652545 total keys
  98. Testing collisions - Expected 49.57, actual 56.00 ( 1.13x)
  99. Testing distribution - Worst bias is the 16-bit window at bit 30 - 0.100%
  100. Keyset 'TwoBytes' - up-to-8-byte keys, 5471025 total keys
  101. Testing collisions - Expected 3484.56, actual 3349.00 ( 0.96x)
  102. Testing distribution - Worst bias is the 20-bit window at bit 10 - 0.058%
  103. Keyset 'TwoBytes' - up-to-12-byte keys, 18616785 total keys
  104. Testing collisions - Expected 40347.77, actual 40151.00 ( 1.00x)
  105. Testing distribution - Worst bias is the 20-bit window at bit 3 - 0.024%
  106. Keyset 'TwoBytes' - up-to-16-byte keys, 44251425 total keys
  107. Testing collisions - Expected 227963.15, actual 227052.00 ( 1.00x)
  108. Testing distribution - Worst bias is the 20-bit window at bit 2 - 0.009%
  109. Keyset 'TwoBytes' - up-to-20-byte keys, 86536545 total keys
  110. Testing collisions - Expected 871784.70, actual 864611.00 ( 0.99x)
  111. Testing distribution - Worst bias is the 20-bit window at bit 31 - 0.003%
  112. [[[ Keyset 'Sparse' Tests ]]]
  113. Keyset 'Sparse' - 32-bit keys with up to 6 bits set - 1149017 keys
  114. Testing collisions - Expected 153.70, actual 158.00 ( 1.03x)
  115. Testing distribution - Worst bias is the 17-bit window at bit 16 - 0.093%
  116. Keyset 'Sparse' - 40-bit keys with up to 6 bits set - 4598479 keys
  117. Testing collisions - Expected 2461.72, actual 2382.00 ( 0.97x)
  118. Testing distribution - Worst bias is the 19-bit window at bit 25 - 0.035%
  119. Keyset 'Sparse' - 48-bit keys with up to 5 bits set - 1925357 keys
  120. Testing collisions - Expected 431.55, actual 439.00 ( 1.02x)
  121. Testing distribution - Worst bias is the 18-bit window at bit 14 - 0.113%
  122. Keyset 'Sparse' - 56-bit keys with up to 5 bits set - 4216423 keys
  123. Testing collisions - Expected 2069.66, actual 2148.00 ( 1.04x)
  124. Testing distribution - Worst bias is the 19-bit window at bit 1 - 0.040%
  125. Keyset 'Sparse' - 64-bit keys with up to 5 bits set - 8303633 keys
  126. Testing collisions - Expected 8026.87, actual 8109.00 ( 1.01x)
  127. Testing distribution - Worst bias is the 20-bit window at bit 30 - 0.037%
  128. Keyset 'Sparse' - 96-bit keys with up to 4 bits set - 3469497 keys
  129. Testing collisions - Expected 1401.34, actual 1440.00 ( 1.03x)
  130. Testing distribution - Worst bias is the 19-bit window at bit 0 - 0.066%
  131. Keyset 'Sparse' - 256-bit keys with up to 3 bits set - 2796417 keys
  132. Testing collisions - Expected 910.36, actual 941.00 ( 1.03x)
  133. Testing distribution - Worst bias is the 19-bit window at bit 10 - 0.053%
  134. Keyset 'Sparse' - 2048-bit keys with up to 2 bits set - 2098177 keys
  135. Testing collisions - Expected 512.50, actual 526.00 ( 1.03x)
  136. Testing distribution - Worst bias is the 17-bit window at bit 26 - 0.042%
  137. [[[ Keyset 'Combination Lowbits' Tests ]]]
  138. Keyset 'Combination' - up to 8 blocks from a set of 8 - 19173960 keys
  139. Testing collisions - Expected 42799.01, actual 42486.00 ( 0.99x)
  140. Testing distribution - Worst bias is the 20-bit window at bit 21 - 0.023%
  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 42604.00 ( 1.00x)
  144. Testing distribution - Worst bias is the 20-bit window at bit 18 - 0.006%
  145. [[[ Keyset 'Combination 0x8000000' Tests ]]]
  146. Keyset 'Combination' - up to 20 blocks from a set of 2 - 2097150 keys
  147. Testing collisions - Expected 512.00, actual 528.00 ( 1.03x)
  148. Testing distribution - Worst bias is the 18-bit window at bit 19 - 0.063%
  149. [[[ Keyset 'Combination 0x0000001' Tests ]]]
  150. Keyset 'Combination' - up to 20 blocks from a set of 2 - 2097150 keys
  151. Testing collisions - Expected 512.00, actual 521.00 ( 1.02x)
  152. Testing distribution - Worst bias is the 18-bit window at bit 26 - 0.074%
  153. [[[ Keyset 'Combination Hi-Lo' Tests ]]]
  154. Keyset 'Combination' - up to 6 blocks from a set of 15 - 12204240 keys
  155. Testing collisions - Expected 17339.30, actual 17353.00 ( 1.00x)
  156. Testing distribution - Worst bias is the 20-bit window at bit 25 - 0.023%
  157. [[[ Keyset 'Window' Tests ]]]
  158. Keyset 'Windowed' - 64-bit key, 20-bit window - 64 tests, 1048576 keys per test
  159. Window at 0 - Testing collisions - Expected 128.00, actual 116.00 ( 0.91x)
  160. Window at 1 - Testing collisions - Expected 128.00, actual 130.00 ( 1.02x)
  161. Window at 2 - Testing collisions - Expected 128.00, actual 145.00 ( 1.13x)
  162. Window at 3 - Testing collisions - Expected 128.00, actual 139.00 ( 1.09x)
  163. Window at 4 - Testing collisions - Expected 128.00, actual 137.00 ( 1.07x)
  164. Window at 5 - Testing collisions - Expected 128.00, actual 122.00 ( 0.95x)
  165. Window at 6 - Testing collisions - Expected 128.00, actual 136.00 ( 1.06x)
  166. Window at 7 - Testing collisions - Expected 128.00, actual 105.00 ( 0.82x)
  167. Window at 8 - Testing collisions - Expected 128.00, actual 104.00 ( 0.81x)
  168. Window at 9 - Testing collisions - Expected 128.00, actual 126.00 ( 0.98x)
  169. Window at 10 - Testing collisions - Expected 128.00, actual 130.00 ( 1.02x)
  170. Window at 11 - Testing collisions - Expected 128.00, actual 126.00 ( 0.98x)
  171. Window at 12 - Testing collisions - Expected 128.00, actual 102.00 ( 0.80x)
  172. Window at 13 - Testing collisions - Expected 128.00, actual 117.00 ( 0.91x)
  173. Window at 14 - Testing collisions - Expected 128.00, actual 128.00 ( 1.00x)
  174. Window at 15 - Testing collisions - Expected 128.00, actual 121.00 ( 0.95x)
  175. Window at 16 - Testing collisions - Expected 128.00, actual 135.00 ( 1.05x)
  176. Window at 17 - Testing collisions - Expected 128.00, actual 136.00 ( 1.06x)
  177. Window at 18 - Testing collisions - Expected 128.00, actual 137.00 ( 1.07x)
  178. Window at 19 - Testing collisions - Expected 128.00, actual 141.00 ( 1.10x)
  179. Window at 20 - Testing collisions - Expected 128.00, actual 131.00 ( 1.02x)
  180. Window at 21 - Testing collisions - Expected 128.00, actual 146.00 ( 1.14x)
  181. Window at 22 - Testing collisions - Expected 128.00, actual 129.00 ( 1.01x)
  182. Window at 23 - Testing collisions - Expected 128.00, actual 112.00 ( 0.88x)
  183. Window at 24 - Testing collisions - Expected 128.00, actual 115.00 ( 0.90x)
  184. Window at 25 - Testing collisions - Expected 128.00, actual 115.00 ( 0.90x)
  185. Window at 26 - Testing collisions - Expected 128.00, actual 111.00 ( 0.87x)
  186. Window at 27 - Testing collisions - Expected 128.00, actual 137.00 ( 1.07x)
  187. Window at 28 - Testing collisions - Expected 128.00, actual 130.00 ( 1.02x)
  188. Window at 29 - Testing collisions - Expected 128.00, actual 134.00 ( 1.05x)
  189. Window at 30 - Testing collisions - Expected 128.00, actual 137.00 ( 1.07x)
  190. Window at 31 - Testing collisions - Expected 128.00, actual 141.00 ( 1.10x)
  191. Window at 32 - Testing collisions - Expected 128.00, actual 102.00 ( 0.80x)
  192. Window at 33 - Testing collisions - Expected 128.00, actual 140.00 ( 1.09x)
  193. Window at 34 - Testing collisions - Expected 128.00, actual 128.00 ( 1.00x)
  194. Window at 35 - Testing collisions - Expected 128.00, actual 125.00 ( 0.98x)
  195. Window at 36 - Testing collisions - Expected 128.00, actual 134.00 ( 1.05x)
  196. Window at 37 - Testing collisions - Expected 128.00, actual 155.00 ( 1.21x)
  197. Window at 38 - Testing collisions - Expected 128.00, actual 132.00 ( 1.03x)
  198. Window at 39 - Testing collisions - Expected 128.00, actual 129.00 ( 1.01x)
  199. Window at 40 - Testing collisions - Expected 128.00, actual 139.00 ( 1.09x)
  200. Window at 41 - Testing collisions - Expected 128.00, actual 137.00 ( 1.07x)
  201. Window at 42 - Testing collisions - Expected 128.00, actual 134.00 ( 1.05x)
  202. Window at 43 - Testing collisions - Expected 128.00, actual 128.00 ( 1.00x)
  203. Window at 44 - Testing collisions - Expected 128.00, actual 141.00 ( 1.10x)
  204. Window at 45 - Testing collisions - Expected 128.00, actual 140.00 ( 1.09x)
  205. Window at 46 - Testing collisions - Expected 128.00, actual 120.00 ( 0.94x)
  206. Window at 47 - Testing collisions - Expected 128.00, actual 124.00 ( 0.97x)
  207. Window at 48 - Testing collisions - Expected 128.00, actual 107.00 ( 0.84x)
  208. Window at 49 - Testing collisions - Expected 128.00, actual 149.00 ( 1.16x)
  209. Window at 50 - Testing collisions - Expected 128.00, actual 121.00 ( 0.95x)
  210. Window at 51 - Testing collisions - Expected 128.00, actual 137.00 ( 1.07x)
  211. Window at 52 - Testing collisions - Expected 128.00, actual 124.00 ( 0.97x)
  212. Window at 53 - Testing collisions - Expected 128.00, actual 126.00 ( 0.98x)
  213. Window at 54 - Testing collisions - Expected 128.00, actual 148.00 ( 1.16x)
  214. Window at 55 - Testing collisions - Expected 128.00, actual 136.00 ( 1.06x)
  215. Window at 56 - Testing collisions - Expected 128.00, actual 111.00 ( 0.87x)
  216. Window at 57 - Testing collisions - Expected 128.00, actual 116.00 ( 0.91x)
  217. Window at 58 - Testing collisions - Expected 128.00, actual 153.00 ( 1.20x)
  218. Window at 59 - Testing collisions - Expected 128.00, actual 142.00 ( 1.11x)
  219. Window at 60 - Testing collisions - Expected 128.00, actual 155.00 ( 1.21x)
  220. Window at 61 - Testing collisions - Expected 128.00, actual 115.00 ( 0.90x)
  221. Window at 62 - Testing collisions - Expected 128.00, actual 127.00 ( 0.99x)
  222. Window at 63 - Testing collisions - Expected 128.00, actual 138.00 ( 1.08x)
  223. Window at 64 - Testing collisions - Expected 128.00, actual 116.00 ( 0.91x)
  224. [[[ Keyset 'Text' Tests ]]]
  225. Keyset 'Text' - keys of form "Foo[XXXX]Bar" - 14776336 keys
  226. Testing collisions - Expected 25418.13, actual 25439.00 ( 1.00x)
  227. Testing distribution - Worst bias is the 20-bit window at bit 24 - 0.021%
  228. Keyset 'Text' - keys of form "FooBar[XXXX]" - 14776336 keys
  229. Testing collisions - Expected 25418.13, actual 25574.00 ( 1.01x)
  230. Testing distribution - Worst bias is the 20-bit window at bit 22 - 0.013%
  231. Keyset 'Text' - keys of form "[XXXX]FooBar" - 14776336 keys
  232. Testing collisions - Expected 25418.13, actual 25190.00 ( 0.99x)
  233. Testing distribution - Worst bias is the 20-bit window at bit 5 - 0.029%
  234. [[[ Keyset 'Zeroes' Tests ]]]
  235. Keyset 'Zeroes' - 65536 keys
  236. Testing collisions - Expected 0.50, actual 1.00 ( 2.00x) !!!!!
  237. Testing distribution - Worst bias is the 13-bit window at bit 0 - 0.284%
  238. *********FAIL*********
  239. [[[ Keyset 'Seed' Tests ]]]
  240. Keyset 'Seed' - 1000000 keys
  241. Testing collisions - Expected 116.42, actual 116.00 ( 1.00x)
  242. Testing distribution - Worst bias is the 16-bit window at bit 12 - 0.070%
  243. Input vcode 0xe9d75f94, Output vcode 0xdb405d94, Result vcode 0x00000001
  244. Verification value is 0x00000001 - Testing took 1716.470090 seconds
  245. -------------------------------------------------------------------------------