City32 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  1. -------------------------------------------------------------------------------
  2. --- Testing City32 (Google CityHash32WithSeed)
  3. [[[ Sanity Tests ]]]
  4. Verification value 0x5C28AD62 : Passed!
  5. Running sanity check 1..........PASS
  6. Running sanity check 2 AppendedZeroesTest..........PASS
  7. [[[ Speed Tests ]]]
  8. Bulk speed test - 262144-byte keys
  9. Alignment 0 - 1.188 bytes/cycle - 3397.98 MiB/sec @ 3 ghz
  10. Alignment 1 - 1.175 bytes/cycle - 3361.13 MiB/sec @ 3 ghz
  11. Alignment 2 - 1.175 bytes/cycle - 3360.95 MiB/sec @ 3 ghz
  12. Alignment 3 - 1.187 bytes/cycle - 3395.05 MiB/sec @ 3 ghz
  13. Alignment 4 - 1.187 bytes/cycle - 3394.77 MiB/sec @ 3 ghz
  14. Alignment 5 - 1.186 bytes/cycle - 3394.10 MiB/sec @ 3 ghz
  15. Alignment 6 - 1.187 bytes/cycle - 3394.64 MiB/sec @ 3 ghz
  16. Alignment 7 - 1.173 bytes/cycle - 3355.23 MiB/sec @ 3 ghz
  17. Small key speed test - 1-byte keys - 27.54 cycles/hash
  18. Small key speed test - 2-byte keys - 32.68 cycles/hash
  19. Small key speed test - 3-byte keys - 27.41 cycles/hash
  20. Small key speed test - 4-byte keys - 26.48 cycles/hash
  21. Small key speed test - 5-byte keys - 34.49 cycles/hash
  22. Small key speed test - 6-byte keys - 27.60 cycles/hash
  23. Small key speed test - 7-byte keys - 35.49 cycles/hash
  24. Small key speed test - 8-byte keys - 34.27 cycles/hash
  25. Small key speed test - 9-byte keys - 27.76 cycles/hash
  26. Small key speed test - 10-byte keys - 34.87 cycles/hash
  27. Small key speed test - 11-byte keys - 27.06 cycles/hash
  28. Small key speed test - 12-byte keys - 36.17 cycles/hash
  29. Small key speed test - 13-byte keys - 40.49 cycles/hash
  30. Small key speed test - 14-byte keys - 40.02 cycles/hash
  31. Small key speed test - 15-byte keys - 39.97 cycles/hash
  32. Small key speed test - 16-byte keys - 39.51 cycles/hash
  33. Small key speed test - 17-byte keys - 39.52 cycles/hash
  34. Small key speed test - 18-byte keys - 41.30 cycles/hash
  35. Small key speed test - 19-byte keys - 39.29 cycles/hash
  36. Small key speed test - 20-byte keys - 39.39 cycles/hash
  37. Small key speed test - 21-byte keys - 40.51 cycles/hash
  38. Small key speed test - 22-byte keys - 40.51 cycles/hash
  39. Small key speed test - 23-byte keys - 40.03 cycles/hash
  40. Small key speed test - 24-byte keys - 40.76 cycles/hash
  41. Small key speed test - 25-byte keys - 58.84 cycles/hash
  42. Small key speed test - 26-byte keys - 59.58 cycles/hash
  43. Small key speed test - 27-byte keys - 58.33 cycles/hash
  44. Small key speed test - 28-byte keys - 59.00 cycles/hash
  45. Small key speed test - 29-byte keys - 59.83 cycles/hash
  46. Small key speed test - 30-byte keys - 58.95 cycles/hash
  47. Small key speed test - 31-byte keys - 58.59 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. 0 total collisions, of which 0 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. 5 total collisions, of which 5 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. 0 total collisions, of which 0 single collisions were ignored
  58. [[[ Avalanche Tests ]]]
  59. Testing 32-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.570667%
  60. Testing 40-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.619333%
  61. Testing 48-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.530000%
  62. Testing 56-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.641333%
  63. Testing 64-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.682667%
  64. Testing 72-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.614000%
  65. Testing 80-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.736000%
  66. Testing 88-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.685333%
  67. Testing 96-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.758000%
  68. Testing 104-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.834667%
  69. Testing 112-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.640667%
  70. Testing 120-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.642000%
  71. Testing 128-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.856000%
  72. Testing 136-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.718667%
  73. Testing 144-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.620667%
  74. Testing 152-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 0.756667%
  75. [[[ Keyset 'Cyclic' Tests ]]]
  76. Keyset 'Cyclic' - 8 cycles of 4 bytes - 10000000 keys
  77. Testing collisions - Expected 11641.53, actual 11690.00 ( 1.00x)
  78. Testing distribution - Worst bias is the 20-bit window at bit 20 - 0.035%
  79. Keyset 'Cyclic' - 8 cycles of 5 bytes - 10000000 keys
  80. Testing collisions - Expected 11641.53, actual 11630.00 ( 1.00x)
  81. Testing distribution - Worst bias is the 20-bit window at bit 13 - 0.016%
  82. Keyset 'Cyclic' - 8 cycles of 6 bytes - 10000000 keys
  83. Testing collisions - Expected 11641.53, actual 11706.00 ( 1.01x)
  84. Testing distribution - Worst bias is the 20-bit window at bit 25 - 0.050%
  85. Keyset 'Cyclic' - 8 cycles of 7 bytes - 10000000 keys
  86. Testing collisions - Expected 11641.53, actual 11721.00 ( 1.01x)
  87. Testing distribution - Worst bias is the 20-bit window at bit 21 - 0.033%
  88. Keyset 'Cyclic' - 8 cycles of 8 bytes - 10000000 keys
  89. Testing collisions - Expected 11641.53, actual 11738.00 ( 1.01x)
  90. Testing distribution - Worst bias is the 20-bit window at bit 12 - 0.030%
  91. [[[ Keyset 'TwoBytes' Tests ]]]
  92. Keyset 'TwoBytes' - up-to-4-byte keys, 652545 total keys
  93. Testing collisions - Expected 49.57, actual 55.00 ( 1.11x)
  94. Testing distribution - Worst bias is the 16-bit window at bit 30 - 0.170%
  95. Keyset 'TwoBytes' - up-to-8-byte keys, 5471025 total keys
  96. Testing collisions - Expected 3484.56, actual 3529.00 ( 1.01x)
  97. Testing distribution - Worst bias is the 20-bit window at bit 12 - 0.050%
  98. Keyset 'TwoBytes' - up-to-12-byte keys, 18616785 total keys
  99. Testing collisions - Expected 40347.77, actual 40120.00 ( 0.99x)
  100. Testing distribution - Worst bias is the 20-bit window at bit 13 - 0.020%
  101. Keyset 'TwoBytes' - up-to-16-byte keys, 44251425 total keys
  102. Testing collisions - Expected 227963.15, actual 226981.00 ( 1.00x)
  103. Testing distribution - Worst bias is the 20-bit window at bit 27 - 0.006%
  104. Keyset 'TwoBytes' - up-to-20-byte keys, 86536545 total keys
  105. Testing collisions - Expected 871784.70, actual 865003.00 ( 0.99x)
  106. Testing distribution - Worst bias is the 20-bit window at bit 18 - 0.003%
  107. [[[ Keyset 'Sparse' Tests ]]]
  108. Keyset 'Sparse' - 32-bit keys with up to 6 bits set - 1149017 keys
  109. Testing collisions - Expected 153.70, actual 164.00 ( 1.07x)
  110. Testing distribution - Worst bias is the 16-bit window at bit 27 - 0.068%
  111. Keyset 'Sparse' - 40-bit keys with up to 6 bits set - 4598479 keys
  112. Testing collisions - Expected 2461.72, actual 2464.00 ( 1.00x)
  113. Testing distribution - Worst bias is the 19-bit window at bit 14 - 0.028%
  114. Keyset 'Sparse' - 48-bit keys with up to 5 bits set - 1925357 keys
  115. Testing collisions - Expected 431.55, actual 428.00 ( 0.99x)
  116. Testing distribution - Worst bias is the 18-bit window at bit 31 - 0.059%
  117. Keyset 'Sparse' - 56-bit keys with up to 5 bits set - 4216423 keys
  118. Testing collisions - Expected 2069.66, actual 1988.00 ( 0.96x)
  119. Testing distribution - Worst bias is the 19-bit window at bit 8 - 0.028%
  120. Keyset 'Sparse' - 64-bit keys with up to 5 bits set - 8303633 keys
  121. Testing collisions - Expected 8026.87, actual 8023.00 ( 1.00x)
  122. Testing distribution - Worst bias is the 20-bit window at bit 10 - 0.041%
  123. Keyset 'Sparse' - 96-bit keys with up to 4 bits set - 3469497 keys
  124. Testing collisions - Expected 1401.34, actual 1456.00 ( 1.04x)
  125. Testing distribution - Worst bias is the 19-bit window at bit 30 - 0.057%
  126. Keyset 'Sparse' - 256-bit keys with up to 3 bits set - 2796417 keys
  127. Testing collisions - Expected 910.36, actual 901.00 ( 0.99x)
  128. Testing distribution - Worst bias is the 19-bit window at bit 10 - 0.084%
  129. Keyset 'Sparse' - 2048-bit keys with up to 2 bits set - 2098177 keys
  130. Testing collisions - Expected 512.50, actual 514.00 ( 1.00x)
  131. Testing distribution - Worst bias is the 18-bit window at bit 26 - 0.052%
  132. [[[ Keyset 'Combination Lowbits' Tests ]]]
  133. Keyset 'Combination' - up to 8 blocks from a set of 8 - 19173960 keys
  134. Testing collisions - Expected 42799.01, actual 42576.00 ( 0.99x)
  135. Testing distribution - Worst bias is the 20-bit window at bit 7 - 0.014%
  136. [[[ Keyset 'Combination Highbits' Tests ]]]
  137. Keyset 'Combination' - up to 8 blocks from a set of 8 - 19173960 keys
  138. Testing collisions - Expected 42799.01, actual 42504.00 ( 0.99x)
  139. Testing distribution - Worst bias is the 20-bit window at bit 15 - 0.014%
  140. [[[ Keyset 'Combination 0x8000000' Tests ]]]
  141. Keyset 'Combination' - up to 20 blocks from a set of 2 - 2097150 keys
  142. Testing collisions - Expected 512.00, actual 542.00 ( 1.06x)
  143. Testing distribution - Worst bias is the 18-bit window at bit 29 - 0.034%
  144. [[[ Keyset 'Combination 0x0000001' Tests ]]]
  145. Keyset 'Combination' - up to 20 blocks from a set of 2 - 2097150 keys
  146. Testing collisions - Expected 512.00, actual 527.00 ( 1.03x)
  147. Testing distribution - Worst bias is the 18-bit window at bit 20 - 0.044%
  148. [[[ Keyset 'Combination Hi-Lo' Tests ]]]
  149. Keyset 'Combination' - up to 6 blocks from a set of 15 - 12204240 keys
  150. Testing collisions - Expected 17339.30, actual 17214.00 ( 0.99x)
  151. Testing distribution - Worst bias is the 20-bit window at bit 25 - 0.020%
  152. [[[ Keyset 'Window' Tests ]]]
  153. Keyset 'Windowed' - 64-bit key, 20-bit window - 64 tests, 1048576 keys per test
  154. Window at 0 - Testing collisions - Expected 128.00, actual 0.00 ( 0.00x)
  155. Window at 1 - Testing collisions - Expected 128.00, actual 0.00 ( 0.00x)
  156. Window at 2 - Testing collisions - Expected 128.00, actual 0.00 ( 0.00x)
  157. Window at 3 - Testing collisions - Expected 128.00, actual 0.00 ( 0.00x)
  158. Window at 4 - Testing collisions - Expected 128.00, actual 0.00 ( 0.00x)
  159. Window at 5 - Testing collisions - Expected 128.00, actual 0.00 ( 0.00x)
  160. Window at 6 - Testing collisions - Expected 128.00, actual 0.00 ( 0.00x)
  161. Window at 7 - Testing collisions - Expected 128.00, actual 0.00 ( 0.00x)
  162. Window at 8 - Testing collisions - Expected 128.00, actual 0.00 ( 0.00x)
  163. Window at 9 - Testing collisions - Expected 128.00, actual 0.00 ( 0.00x)
  164. Window at 10 - Testing collisions - Expected 128.00, actual 0.00 ( 0.00x)
  165. Window at 11 - Testing collisions - Expected 128.00, actual 0.00 ( 0.00x)
  166. Window at 12 - Testing collisions - Expected 128.00, actual 0.00 ( 0.00x)
  167. Window at 13 - Testing collisions - Expected 128.00, actual 87.00 ( 0.68x)
  168. Window at 14 - Testing collisions - Expected 128.00, actual 94.00 ( 0.73x)
  169. Window at 15 - Testing collisions - Expected 128.00, actual 94.00 ( 0.73x)
  170. Window at 16 - Testing collisions - Expected 128.00, actual 117.00 ( 0.91x)
  171. Window at 17 - Testing collisions - Expected 128.00, actual 103.00 ( 0.80x)
  172. Window at 18 - Testing collisions - Expected 128.00, actual 117.00 ( 0.91x)
  173. Window at 19 - Testing collisions - Expected 128.00, actual 118.00 ( 0.92x)
  174. Window at 20 - Testing collisions - Expected 128.00, actual 109.00 ( 0.85x)
  175. Window at 21 - Testing collisions - Expected 128.00, actual 122.00 ( 0.95x)
  176. Window at 22 - Testing collisions - Expected 128.00, actual 135.00 ( 1.05x)
  177. Window at 23 - Testing collisions - Expected 128.00, actual 126.00 ( 0.98x)
  178. Window at 24 - Testing collisions - Expected 128.00, actual 113.00 ( 0.88x)
  179. Window at 25 - Testing collisions - Expected 128.00, actual 101.00 ( 0.79x)
  180. Window at 26 - Testing collisions - Expected 128.00, actual 100.00 ( 0.78x)
  181. Window at 27 - Testing collisions - Expected 128.00, actual 107.00 ( 0.84x)
  182. Window at 28 - Testing collisions - Expected 128.00, actual 120.00 ( 0.94x)
  183. Window at 29 - Testing collisions - Expected 128.00, actual 121.00 ( 0.95x)
  184. Window at 30 - Testing collisions - Expected 128.00, actual 133.00 ( 1.04x)
  185. Window at 31 - Testing collisions - Expected 128.00, actual 116.00 ( 0.91x)
  186. Window at 32 - Testing collisions - Expected 128.00, actual 133.00 ( 1.04x)
  187. Window at 33 - Testing collisions - Expected 128.00, actual 135.00 ( 1.05x)
  188. Window at 34 - Testing collisions - Expected 128.00, actual 131.00 ( 1.02x)
  189. Window at 35 - Testing collisions - Expected 128.00, actual 118.00 ( 0.92x)
  190. Window at 36 - Testing collisions - Expected 128.00, actual 121.00 ( 0.95x)
  191. Window at 37 - Testing collisions - Expected 128.00, actual 128.00 ( 1.00x)
  192. Window at 38 - Testing collisions - Expected 128.00, actual 144.00 ( 1.13x)
  193. Window at 39 - Testing collisions - Expected 128.00, actual 114.00 ( 0.89x)
  194. Window at 40 - Testing collisions - Expected 128.00, actual 125.00 ( 0.98x)
  195. Window at 41 - Testing collisions - Expected 128.00, actual 141.00 ( 1.10x)
  196. Window at 42 - Testing collisions - Expected 128.00, actual 124.00 ( 0.97x)
  197. Window at 43 - Testing collisions - Expected 128.00, actual 126.00 ( 0.98x)
  198. Window at 44 - Testing collisions - Expected 128.00, actual 131.00 ( 1.02x)
  199. Window at 45 - Testing collisions - Expected 128.00, actual 131.00 ( 1.02x)
  200. Window at 46 - Testing collisions - Expected 128.00, actual 132.00 ( 1.03x)
  201. Window at 47 - Testing collisions - Expected 128.00, actual 114.00 ( 0.89x)
  202. Window at 48 - Testing collisions - Expected 128.00, actual 134.00 ( 1.05x)
  203. Window at 49 - Testing collisions - Expected 128.00, actual 140.00 ( 1.09x)
  204. Window at 50 - Testing collisions - Expected 128.00, actual 117.00 ( 0.91x)
  205. Window at 51 - Testing collisions - Expected 128.00, actual 135.00 ( 1.05x)
  206. Window at 52 - Testing collisions - Expected 128.00, actual 125.00 ( 0.98x)
  207. Window at 53 - Testing collisions - Expected 128.00, actual 110.00 ( 0.86x)
  208. Window at 54 - Testing collisions - Expected 128.00, actual 125.00 ( 0.98x)
  209. Window at 55 - Testing collisions - Expected 128.00, actual 138.00 ( 1.08x)
  210. Window at 56 - Testing collisions - Expected 128.00, actual 144.00 ( 1.13x)
  211. Window at 57 - Testing collisions - Expected 128.00, actual 123.00 ( 0.96x)
  212. Window at 58 - Testing collisions - Expected 128.00, actual 117.00 ( 0.91x)
  213. Window at 59 - Testing collisions - Expected 128.00, actual 112.00 ( 0.88x)
  214. Window at 60 - Testing collisions - Expected 128.00, actual 125.00 ( 0.98x)
  215. Window at 61 - Testing collisions - Expected 128.00, actual 134.00 ( 1.05x)
  216. Window at 62 - Testing collisions - Expected 128.00, actual 87.00 ( 0.68x)
  217. Window at 63 - Testing collisions - Expected 128.00, actual 65.00 ( 0.51x)
  218. Window at 64 - Testing collisions - Expected 128.00, actual 0.00 ( 0.00x)
  219. [[[ Keyset 'Text' Tests ]]]
  220. Keyset 'Text' - keys of form "Foo[XXXX]Bar" - 14776336 keys
  221. Testing collisions - Expected 25418.13, actual 25508.00 ( 1.00x)
  222. Testing distribution - Worst bias is the 20-bit window at bit 17 - 0.014%
  223. Keyset 'Text' - keys of form "FooBar[XXXX]" - 14776336 keys
  224. Testing collisions - Expected 25418.13, actual 25322.00 ( 1.00x)
  225. Testing distribution - Worst bias is the 19-bit window at bit 31 - 0.017%
  226. Keyset 'Text' - keys of form "[XXXX]FooBar" - 14776336 keys
  227. Testing collisions - Expected 25418.13, actual 0.00 ( 0.00x)
  228. Testing distribution - Worst bias is the 15-bit window at bit 1 - 0.005%
  229. [[[ Keyset 'Zeroes' Tests ]]]
  230. Keyset 'Zeroes' - 65536 keys
  231. Testing collisions - Expected 0.50, actual 0.00 ( 0.00x)
  232. Testing distribution - Worst bias is the 12-bit window at bit 23 - 0.299%
  233. [[[ Keyset 'Seed' Tests ]]]
  234. Keyset 'Seed' - 1000000 keys
  235. Testing collisions - Expected 116.42, actual 0.00 ( 0.00x)
  236. Testing distribution - Worst bias is the 17-bit window at bit 27 - 0.429%
  237. Input vcode 0x046e1d77, Output vcode 0x43eb7822, Result vcode 0x00000001
  238. Verification value is 0x00000001 - Testing took 1913.262116 seconds
  239. -------------------------------------------------------------------------------