JenkinsOOAT_perl 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. -------------------------------------------------------------------------------
  2. --- Testing JenkinsOOAT_perl (Bob Jenkins' OOAT as in old perl5)
  3. [[[ Sanity Tests ]]]
  4. Verification value 0xEE05869B : Passed!
  5. Running sanity check 1..........PASS
  6. Running sanity check 2..........PASS
  7. [[[ Speed Tests ]]]
  8. Bulk speed test - 262144-byte keys
  9. Alignment 0 - 0.158 bytes/cycle - 452.49 MiB/sec @ 3 ghz
  10. Alignment 1 - 0.158 bytes/cycle - 452.49 MiB/sec @ 3 ghz
  11. Alignment 2 - 0.158 bytes/cycle - 452.49 MiB/sec @ 3 ghz
  12. Alignment 3 - 0.158 bytes/cycle - 452.49 MiB/sec @ 3 ghz
  13. Alignment 4 - 0.158 bytes/cycle - 452.49 MiB/sec @ 3 ghz
  14. Alignment 5 - 0.158 bytes/cycle - 452.49 MiB/sec @ 3 ghz
  15. Alignment 6 - 0.158 bytes/cycle - 452.49 MiB/sec @ 3 ghz
  16. Alignment 7 - 0.158 bytes/cycle - 452.49 MiB/sec @ 3 ghz
  17. Small key speed test - 1-byte keys - 20.83 cycles/hash
  18. Small key speed test - 2-byte keys - 21.34 cycles/hash
  19. Small key speed test - 3-byte keys - 21.56 cycles/hash
  20. Small key speed test - 4-byte keys - 22.79 cycles/hash
  21. Small key speed test - 5-byte keys - 23.72 cycles/hash
  22. Small key speed test - 6-byte keys - 25.76 cycles/hash
  23. Small key speed test - 7-byte keys - 35.39 cycles/hash
  24. Small key speed test - 8-byte keys - 40.57 cycles/hash
  25. Small key speed test - 9-byte keys - 38.70 cycles/hash
  26. Small key speed test - 10-byte keys - 43.62 cycles/hash
  27. Small key speed test - 11-byte keys - 59.78 cycles/hash
  28. Small key speed test - 12-byte keys - 65.07 cycles/hash
  29. Small key speed test - 13-byte keys - 71.49 cycles/hash
  30. Small key speed test - 14-byte keys - 77.44 cycles/hash
  31. Small key speed test - 15-byte keys - 84.16 cycles/hash
  32. Small key speed test - 16-byte keys - 89.80 cycles/hash
  33. Small key speed test - 17-byte keys - 96.06 cycles/hash
  34. Small key speed test - 18-byte keys - 103.09 cycles/hash
  35. Small key speed test - 19-byte keys - 109.93 cycles/hash
  36. Small key speed test - 20-byte keys - 114.65 cycles/hash
  37. Small key speed test - 21-byte keys - 119.71 cycles/hash
  38. Small key speed test - 22-byte keys - 125.34 cycles/hash
  39. Small key speed test - 23-byte keys - 131.82 cycles/hash
  40. Small key speed test - 24-byte keys - 135.29 cycles/hash
  41. Small key speed test - 25-byte keys - 146.96 cycles/hash
  42. Small key speed test - 26-byte keys - 153.53 cycles/hash
  43. Small key speed test - 27-byte keys - 152.65 cycles/hash
  44. Small key speed test - 28-byte keys - 166.37 cycles/hash
  45. Small key speed test - 29-byte keys - 173.04 cycles/hash
  46. Small key speed test - 30-byte keys - 179.54 cycles/hash
  47. Small key speed test - 31-byte keys - 187.30 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. 13 total collisions, of which 13 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. 10 total collisions, of which 10 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. 4 total collisions, of which 4 single collisions were ignored
  58. [[[ Avalanche Tests ]]]
  59. Testing 32-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 53.244667% !!!!!
  60. Testing 40-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 53.363333% !!!!!
  61. Testing 48-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 53.475333% !!!!!
  62. Testing 56-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 53.548667% !!!!!
  63. Testing 64-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 53.438667% !!!!!
  64. Testing 72-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 53.498000% !!!!!
  65. Testing 80-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 53.364667% !!!!!
  66. Testing 88-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 53.356000% !!!!!
  67. Testing 96-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 53.488000% !!!!!
  68. Testing 104-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 53.613333% !!!!!
  69. Testing 112-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 53.713333% !!!!!
  70. Testing 120-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 53.458667% !!!!!
  71. Testing 128-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 53.691333% !!!!!
  72. Testing 136-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 53.389333% !!!!!
  73. Testing 144-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 53.556000% !!!!!
  74. Testing 152-bit keys -> 32-bit hashes, 300000 reps.......... worst bias is 53.325333% !!!!!
  75. *********FAIL*********
  76. [[[ Keyset 'Cyclic' Tests ]]]
  77. Keyset 'Cyclic' - 8 cycles of 4 bytes - 10000000 keys
  78. Testing collisions - Expected 11641.53, actual 11633.00 ( 1.00x)
  79. Testing distribution - Worst bias is the 18-bit window at bit 25 - 0.020%
  80. Keyset 'Cyclic' - 8 cycles of 5 bytes - 10000000 keys
  81. Testing collisions - Expected 11641.53, actual 11722.00 ( 1.01x)
  82. Testing distribution - Worst bias is the 20-bit window at bit 25 - 0.026%
  83. Keyset 'Cyclic' - 8 cycles of 6 bytes - 10000000 keys
  84. Testing collisions - Expected 11641.53, actual 11578.00 ( 0.99x)
  85. Testing distribution - Worst bias is the 20-bit window at bit 17 - 0.021%
  86. Keyset 'Cyclic' - 8 cycles of 7 bytes - 10000000 keys
  87. Testing collisions - Expected 11641.53, actual 11568.00 ( 0.99x)
  88. Testing distribution - Worst bias is the 20-bit window at bit 11 - 0.019%
  89. Keyset 'Cyclic' - 8 cycles of 8 bytes - 10000000 keys
  90. Testing collisions - Expected 11641.53, actual 11469.00 ( 0.99x)
  91. Testing distribution - Worst bias is the 20-bit window at bit 16 - 0.031%
  92. [[[ Keyset 'TwoBytes' Tests ]]]
  93. Keyset 'TwoBytes' - up-to-4-byte keys, 652545 total keys
  94. Testing collisions - Expected 49.57, actual 261767.00 (5280.61x) !!!!!
  95. Testing distribution - Worst bias is the 16-bit window at bit 6 - 9.350% !!!!!
  96. Keyset 'TwoBytes' - up-to-8-byte keys, 5471025 total keys
  97. Testing collisions - Expected 3484.56, actual 3649482.00 (1047.33x) !!!!!
  98. Testing distribution - Worst bias is the 20-bit window at bit 14 - 36.767% !!!!!
  99. Keyset 'TwoBytes' - up-to-12-byte keys, 18616785 total keys
  100. Testing collisions - Expected 40347.77, actual 14325419.00 (355.05x) !!!!!
  101. Testing distribution - Worst bias is the 20-bit window at bit 14 - 22.104% !!!!!
  102. Keyset 'TwoBytes' - up-to-16-byte keys, 44251425 total keys
  103. Testing collisions - Expected 227963.15, actual 36452921.00 (159.91x) !!!!!
  104. Testing distribution - Worst bias is the 20-bit window at bit 14 - 14.301% !!!!!
  105. Keyset 'TwoBytes' - up-to-20-byte keys, 86536545 total keys
  106. Testing collisions - Expected 871784.70, actual 74197401.00 (85.11x) !!!!!
  107. Testing distribution - Worst bias is the 20-bit window at bit 14 - 9.883% !!!!!
  108. *********FAIL*********
  109. [[[ Keyset 'Sparse' Tests ]]]
  110. Keyset 'Sparse' - 32-bit keys with up to 6 bits set - 1149017 keys
  111. Testing collisions - Expected 153.70, actual 10185.00 (66.27x) !!!!!
  112. Testing distribution - Worst bias is the 17-bit window at bit 8 - 0.278%
  113. Keyset 'Sparse' - 40-bit keys with up to 6 bits set - 4598479 keys
  114. Testing collisions - Expected 2461.72, actual 40115.00 (16.30x) !!!!!
  115. Testing distribution - Worst bias is the 19-bit window at bit 9 - 0.221%
  116. Keyset 'Sparse' - 48-bit keys with up to 5 bits set - 1925357 keys
  117. Testing collisions - Expected 431.55, actual 5043.00 (11.69x) !!!!!
  118. Testing distribution - Worst bias is the 18-bit window at bit 31 - 0.161%
  119. Keyset 'Sparse' - 56-bit keys with up to 5 bits set - 4216423 keys
  120. Testing collisions - Expected 2069.66, actual 9236.00 ( 4.46x) !!!!!
  121. Testing distribution - Worst bias is the 19-bit window at bit 29 - 0.129%
  122. Keyset 'Sparse' - 64-bit keys with up to 5 bits set - 8303633 keys
  123. Testing collisions - Expected 8026.87, actual 18247.00 ( 2.27x) !!!!!
  124. Testing distribution - Worst bias is the 20-bit window at bit 27 - 0.076%
  125. Keyset 'Sparse' - 96-bit keys with up to 4 bits set - 3469497 keys
  126. Testing collisions - Expected 1401.34, actual 1850.00 ( 1.32x)
  127. Testing distribution - Worst bias is the 19-bit window at bit 0 - 0.064%
  128. Keyset 'Sparse' - 256-bit keys with up to 3 bits set - 2796417 keys
  129. Testing collisions - Expected 910.36, actual 988.00 ( 1.09x)
  130. Testing distribution - Worst bias is the 18-bit window at bit 21 - 0.046%
  131. Keyset 'Sparse' - 2048-bit keys with up to 2 bits set - 2098177 keys
  132. Testing collisions - Expected 512.50, actual 488.00 ( 0.95x)
  133. Testing distribution - Worst bias is the 18-bit window at bit 12 - 0.052%
  134. *********FAIL*********
  135. [[[ Keyset 'Combination Lowbits' Tests ]]]
  136. Keyset 'Combination' - up to 8 blocks from a set of 8 - 19173960 keys
  137. Testing collisions - Expected 42799.01, actual 2430046.00 (56.78x) !!!!!
  138. Testing distribution - Worst bias is the 20-bit window at bit 14 - 1.552% !!!!!
  139. *********FAIL*********
  140. [[[ Keyset 'Combination Highbits' Tests ]]]
  141. Keyset 'Combination' - up to 8 blocks from a set of 8 - 19173960 keys
  142. Testing collisions - Expected 42799.01, actual 2428947.00 (56.75x) !!!!!
  143. Testing distribution - Worst bias is the 20-bit window at bit 9 - 1.553% !!!!!
  144. *********FAIL*********
  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 1048668.00 (2048.18x) !!!!!
  148. Testing distribution - Worst bias is the 18-bit window at bit 20 - 20.161% !!!!!
  149. *********FAIL*********
  150. [[[ Keyset 'Combination 0x0000001' Tests ]]]
  151. Keyset 'Combination' - up to 20 blocks from a set of 2 - 2097150 keys
  152. Testing collisions - Expected 512.00, actual 1048689.00 (2048.23x) !!!!!
  153. Testing distribution - Worst bias is the 18-bit window at bit 0 - 20.166% !!!!!
  154. *********FAIL*********
  155. [[[ Keyset 'Combination Hi-Lo' Tests ]]]
  156. Keyset 'Combination' - up to 6 blocks from a set of 15 - 12204240 keys
  157. Testing collisions - Expected 17339.30, actual 829297.00 (47.83x) !!!!!
  158. Testing distribution - Worst bias is the 20-bit window at bit 0 - 1.234% !!!!!
  159. *********FAIL*********
  160. [[[ Keyset 'Window' Tests ]]]
  161. Keyset 'Windowed' - 64-bit key, 20-bit window - 64 tests, 1048576 keys per test
  162. Window at 0 - Testing collisions - Expected 128.00, actual 2039.00 (15.93x) !!!!!
  163. Window at 1 - Testing collisions - Expected 128.00, actual 0.00 ( 0.00x)
  164. Window at 2 - Testing collisions - Expected 128.00, actual 70.00 ( 0.55x)
  165. Window at 3 - Testing collisions - Expected 128.00, actual 129.00 ( 1.01x)
  166. Window at 4 - Testing collisions - Expected 128.00, actual 735.00 ( 5.74x) !!!!!
  167. Window at 5 - Testing collisions - Expected 128.00, actual 1087.00 ( 8.49x) !!!!!
  168. Window at 6 - Testing collisions - Expected 128.00, actual 1556.00 (12.16x) !!!!!
  169. Window at 7 - Testing collisions - Expected 128.00, actual 1016.00 ( 7.94x) !!!!!
  170. Window at 8 - Testing collisions - Expected 128.00, actual 2039.00 (15.93x) !!!!!
  171. Window at 9 - Testing collisions - Expected 128.00, actual 0.00 ( 0.00x)
  172. Window at 10 - Testing collisions - Expected 128.00, actual 70.00 ( 0.55x)
  173. Window at 11 - Testing collisions - Expected 128.00, actual 129.00 ( 1.01x)
  174. Window at 12 - Testing collisions - Expected 128.00, actual 735.00 ( 5.74x) !!!!!
  175. Window at 13 - Testing collisions - Expected 128.00, actual 1087.00 ( 8.49x) !!!!!
  176. Window at 14 - Testing collisions - Expected 128.00, actual 1556.00 (12.16x) !!!!!
  177. Window at 15 - Testing collisions - Expected 128.00, actual 1016.00 ( 7.94x) !!!!!
  178. Window at 16 - Testing collisions - Expected 128.00, actual 2039.00 (15.93x) !!!!!
  179. Window at 17 - Testing collisions - Expected 128.00, actual 0.00 ( 0.00x)
  180. Window at 18 - Testing collisions - Expected 128.00, actual 70.00 ( 0.55x)
  181. Window at 19 - Testing collisions - Expected 128.00, actual 129.00 ( 1.01x)
  182. Window at 20 - Testing collisions - Expected 128.00, actual 735.00 ( 5.74x) !!!!!
  183. Window at 21 - Testing collisions - Expected 128.00, actual 1087.00 ( 8.49x) !!!!!
  184. Window at 22 - Testing collisions - Expected 128.00, actual 1556.00 (12.16x) !!!!!
  185. Window at 23 - Testing collisions - Expected 128.00, actual 1016.00 ( 7.94x) !!!!!
  186. Window at 24 - Testing collisions - Expected 128.00, actual 2039.00 (15.93x) !!!!!
  187. Window at 25 - Testing collisions - Expected 128.00, actual 0.00 ( 0.00x)
  188. Window at 26 - Testing collisions - Expected 128.00, actual 70.00 ( 0.55x)
  189. Window at 27 - Testing collisions - Expected 128.00, actual 129.00 ( 1.01x)
  190. Window at 28 - Testing collisions - Expected 128.00, actual 735.00 ( 5.74x) !!!!!
  191. Window at 29 - Testing collisions - Expected 128.00, actual 1087.00 ( 8.49x) !!!!!
  192. Window at 30 - Testing collisions - Expected 128.00, actual 1556.00 (12.16x) !!!!!
  193. Window at 31 - Testing collisions - Expected 128.00, actual 1016.00 ( 7.94x) !!!!!
  194. Window at 32 - Testing collisions - Expected 128.00, actual 2039.00 (15.93x) !!!!!
  195. Window at 33 - Testing collisions - Expected 128.00, actual 0.00 ( 0.00x)
  196. Window at 34 - Testing collisions - Expected 128.00, actual 70.00 ( 0.55x)
  197. Window at 35 - Testing collisions - Expected 128.00, actual 129.00 ( 1.01x)
  198. Window at 36 - Testing collisions - Expected 128.00, actual 735.00 ( 5.74x) !!!!!
  199. Window at 37 - Testing collisions - Expected 128.00, actual 1087.00 ( 8.49x) !!!!!
  200. Window at 38 - Testing collisions - Expected 128.00, actual 1556.00 (12.16x) !!!!!
  201. Window at 39 - Testing collisions - Expected 128.00, actual 1016.00 ( 7.94x) !!!!!
  202. Window at 40 - Testing collisions - Expected 128.00, actual 2039.00 (15.93x) !!!!!
  203. Window at 41 - Testing collisions - Expected 128.00, actual 0.00 ( 0.00x)
  204. Window at 42 - Testing collisions - Expected 128.00, actual 70.00 ( 0.55x)
  205. Window at 43 - Testing collisions - Expected 128.00, actual 129.00 ( 1.01x)
  206. Window at 44 - Testing collisions - Expected 128.00, actual 735.00 ( 5.74x) !!!!!
  207. Window at 45 - Testing collisions - Expected 128.00, actual 833.00 ( 6.51x) !!!!!
  208. Window at 46 - Testing collisions - Expected 128.00, actual 588.00 ( 4.59x) !!!!!
  209. Window at 47 - Testing collisions - Expected 128.00, actual 477.00 ( 3.73x) !!!!!
  210. Window at 48 - Testing collisions - Expected 128.00, actual 1100.00 ( 8.59x) !!!!!
  211. Window at 49 - Testing collisions - Expected 128.00, actual 179.00 ( 1.40x)
  212. Window at 50 - Testing collisions - Expected 128.00, actual 0.00 ( 0.00x)
  213. Window at 51 - Testing collisions - Expected 128.00, actual 564.00 ( 4.41x) !!!!!
  214. Window at 52 - Testing collisions - Expected 128.00, actual 1544.00 (12.06x) !!!!!
  215. Window at 53 - Testing collisions - Expected 128.00, actual 856.00 ( 6.69x) !!!!!
  216. Window at 54 - Testing collisions - Expected 128.00, actual 340.00 ( 2.66x) !!!!!
  217. Window at 55 - Testing collisions - Expected 128.00, actual 488.00 ( 3.81x) !!!!!
  218. Window at 56 - Testing collisions - Expected 128.00, actual 244.00 ( 1.91x)
  219. Window at 57 - Testing collisions - Expected 128.00, actual 362.00 ( 2.83x) !!!!!
  220. Window at 58 - Testing collisions - Expected 128.00, actual 119.00 ( 0.93x)
  221. Window at 59 - Testing collisions - Expected 128.00, actual 81.00 ( 0.63x)
  222. Window at 60 - Testing collisions - Expected 128.00, actual 2187.00 (17.09x) !!!!!
  223. Window at 61 - Testing collisions - Expected 128.00, actual 2166.00 (16.92x) !!!!!
  224. Window at 62 - Testing collisions - Expected 128.00, actual 2131.00 (16.65x) !!!!!
  225. Window at 63 - Testing collisions - Expected 128.00, actual 2096.00 (16.38x) !!!!!
  226. Window at 64 - Testing collisions - Expected 128.00, actual 2039.00 (15.93x) !!!!!
  227. *********FAIL*********
  228. [[[ Keyset 'Text' Tests ]]]
  229. Keyset 'Text' - keys of form "Foo[XXXX]Bar" - 14776336 keys
  230. Testing collisions - Expected 25418.13, actual 695836.00 (27.38x) !!!!!
  231. Testing distribution - Worst bias is the 20-bit window at bit 1 - 0.683%
  232. Keyset 'Text' - keys of form "FooBar[XXXX]" - 14776336 keys
  233. Testing collisions - Expected 25418.13, actual 815008.00 (32.06x) !!!!!
  234. Testing distribution - Worst bias is the 20-bit window at bit 29 - 0.869%
  235. Keyset 'Text' - keys of form "[XXXX]FooBar" - 14776336 keys
  236. Testing collisions - Expected 25418.13, actual 419830.00 (16.52x) !!!!!
  237. Testing distribution - Worst bias is the 20-bit window at bit 17 - 0.413%
  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 0.00 ( 0.00x)
  247. Testing distribution - Worst bias is the 15-bit window at bit 17 - 0.057%
  248. Input vcode 0xc521820c, Output vcode 0x79bb8ca1, Result vcode 0x00000001
  249. Verification value is 0x00000001 - Testing took -2007.776879 seconds
  250. -------------------------------------------------------------------------------