-
Notifications
You must be signed in to change notification settings - Fork 12
/
metrohash64_1.64.64.64.txt
670 lines (670 loc) · 49.5 KB
/
metrohash64_1.64.64.64.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
ok 1 - Found Hash # metrohash64_1
###################################################################
### Testing metrohash64_1 - no seed_state
### - MetroHash64_1 for 64-bit -
### seedbits: 64 statebits: 64 hashbits: 64
###################################################################
ok 2 - Verification code # metrohash64_1
# metrohash64_1 - Verification value 0x65BF19EE : Passed.
### Sanity Tests ###
# Sanity check simple key bit flips and consistency - hashbytes=8..........
ok 3 - SanityTest # metrohash64_1
# Sanity check null suffixes change the hash (simple)..........
ok 4 - Appended Zeroes Test # metrohash64_1
ok 5 - Sanity Test # metrohash64_1
### Speed Tests ###
## Bulk speed test - 262144-byte keys
# Alignment 7 - 5.284 bytes/cycle - 15116.38 MiB/sec @ 3 ghz
# Alignment 6 - 5.284 bytes/cycle - 15118.98 MiB/sec @ 3 ghz
# Alignment 5 - 5.283 bytes/cycle - 15115.45 MiB/sec @ 3 ghz
# Alignment 4 - 5.284 bytes/cycle - 15118.49 MiB/sec @ 3 ghz
# Alignment 3 - 5.284 bytes/cycle - 15117.99 MiB/sec @ 3 ghz
# Alignment 2 - 5.284 bytes/cycle - 15116.91 MiB/sec @ 3 ghz
# Alignment 1 - 5.284 bytes/cycle - 15116.61 MiB/sec @ 3 ghz
# Alignment 0 - 5.548 bytes/cycle - 15874.12 MiB/sec @ 3 ghz
# Average - 5.317 bytes/cycle - 15211.87 MiB/sec @ 3 ghz
## KeySpeed tests
# metrohash64_1 0 byte keys 11.000 c/h
# metrohash64_1 1 byte keys 16.551 c/h 16.551 c/b 0.060 b/c
# metrohash64_1 2 byte keys 16.000 c/h 8.000 c/b 0.125 b/c
# metrohash64_1 3 byte keys 21.740 c/h 7.247 c/b 0.138 b/c
# metrohash64_1 4 byte keys 16.000 c/h 4.000 c/b 0.250 b/c
# metrohash64_1 5 byte keys 21.465 c/h 4.293 c/b 0.233 b/c
# metrohash64_1 6 byte keys 21.000 c/h 3.500 c/b 0.286 b/c
# metrohash64_1 7 byte keys 26.000 c/h 3.714 c/b 0.269 b/c
# metrohash64_1 8 byte keys 16.126 c/h 2.016 c/b 0.496 b/c
# metrohash64_1 9 byte keys 21.000 c/h 2.333 c/b 0.429 b/c
# metrohash64_1 10 byte keys 21.719 c/h 2.172 c/b 0.460 b/c
# metrohash64_1 11 byte keys 26.492 c/h 2.408 c/b 0.415 b/c
# metrohash64_1 12 byte keys 21.607 c/h 1.801 c/b 0.555 b/c
# metrohash64_1 13 byte keys 26.470 c/h 2.036 c/b 0.491 b/c
# metrohash64_1 14 byte keys 26.000 c/h 1.857 c/b 0.538 b/c
# metrohash64_1 15 byte keys 31.140 c/h 2.076 c/b 0.482 b/c
# metrohash64_1 16 byte keys 22.000 c/h 1.375 c/b 0.727 b/c
# metrohash64_1 17 byte keys 26.967 c/h 1.586 c/b 0.630 b/c
# metrohash64_1 18 byte keys 27.000 c/h 1.500 c/b 0.667 b/c
# metrohash64_1 19 byte keys 32.000 c/h 1.684 c/b 0.594 b/c
# metrohash64_1 20 byte keys 27.000 c/h 1.350 c/b 0.741 b/c
# metrohash64_1 21 byte keys 32.000 c/h 1.524 c/b 0.656 b/c
# metrohash64_1 22 byte keys 32.000 c/h 1.455 c/b 0.688 b/c
# metrohash64_1 23 byte keys 37.000 c/h 1.609 c/b 0.622 b/c
# metrohash64_1 24 byte keys 27.300 c/h 1.138 c/b 0.879 b/c
# metrohash64_1 25 byte keys 31.966 c/h 1.279 c/b 0.782 b/c
# metrohash64_1 26 byte keys 32.000 c/h 1.231 c/b 0.812 b/c
# metrohash64_1 27 byte keys 37.231 c/h 1.379 c/b 0.725 b/c
# metrohash64_1 28 byte keys 32.000 c/h 1.143 c/b 0.875 b/c
# metrohash64_1 29 byte keys 37.000 c/h 1.276 c/b 0.784 b/c
# metrohash64_1 30 byte keys 37.433 c/h 1.248 c/b 0.801 b/c
# metrohash64_1 31 byte keys 42.000 c/h 1.355 c/b 0.738 b/c
# Average < 32 26.663 c/h 1.720 c/b 0.581 b/c
# metrohash64_1 32 byte keys 40.972 c/h 1.280 c/b 0.781 b/c
# metrohash64_1 36 byte keys 45.629 c/h 1.267 c/b 0.789 b/c
# metrohash64_1 40 byte keys 45.995 c/h 1.150 c/b 0.870 b/c
# metrohash64_1 44 byte keys 50.957 c/h 1.158 c/b 0.863 b/c
# metrohash64_1 48 byte keys 52.990 c/h 1.104 c/b 0.906 b/c
# metrohash64_1 52 byte keys 57.714 c/h 1.110 c/b 0.901 b/c
# metrohash64_1 56 byte keys 57.993 c/h 1.036 c/b 0.966 b/c
# metrohash64_1 60 byte keys 62.922 c/h 1.049 c/b 0.954 b/c
# metrohash64_1 64 byte keys 43.975 c/h 0.687 c/b 1.455 b/c
# metrohash64_1 68 byte keys 49.709 c/h 0.731 c/b 1.368 b/c
# metrohash64_1 72 byte keys 50.424 c/h 0.700 c/b 1.428 b/c
# metrohash64_1 76 byte keys 54.840 c/h 0.722 c/b 1.386 b/c
# metrohash64_1 80 byte keys 55.954 c/h 0.699 c/b 1.430 b/c
# metrohash64_1 84 byte keys 60.704 c/h 0.723 c/b 1.384 b/c
# metrohash64_1 88 byte keys 61.905 c/h 0.703 c/b 1.422 b/c
# metrohash64_1 92 byte keys 65.825 c/h 0.715 c/b 1.398 b/c
# metrohash64_1 96 byte keys 48.563 c/h 0.506 c/b 1.977 b/c
# metrohash64_1 100 byte keys 51.998 c/h 0.520 c/b 1.923 b/c
# metrohash64_1 104 byte keys 52.440 c/h 0.504 c/b 1.983 b/c
# metrohash64_1 108 byte keys 56.991 c/h 0.528 c/b 1.895 b/c
# metrohash64_1 112 byte keys 58.981 c/h 0.527 c/b 1.899 b/c
# metrohash64_1 116 byte keys 63.654 c/h 0.549 c/b 1.822 b/c
# metrohash64_1 120 byte keys 64.685 c/h 0.539 c/b 1.855 b/c
# metrohash64_1 124 byte keys 68.775 c/h 0.555 c/b 1.803 b/c
# Average < 128 38.889 c/h 0.920 c/b 1.087 b/c
# metrohash64_1 128 byte keys 52.560 c/h 0.411 c/b 2.435 b/c
# metrohash64_1 256 byte keys 74.586 c/h 0.291 c/b 3.432 b/c
# metrohash64_1 512 byte keys 114.519 c/h 0.224 c/b 4.471 b/c
# metrohash64_1 1024 byte keys 202.457 c/h 0.198 c/b 5.058 b/c
# metrohash64_1 2048 byte keys 372.767 c/h 0.182 c/b 5.494 b/c
# metrohash64_1 4096 byte keys 744.212 c/h 0.182 c/b 5.504 b/c
# metrohash64_1 8192 byte keys 1450.499 c/h 0.177 c/b 5.648 b/c
# metrohash64_1 16384 byte keys 2858.853 c/h 0.174 c/b 5.731 b/c
# metrohash64_1 32768 byte keys 5750.821 c/h 0.176 c/b 5.698 b/c
# metrohash64_1 65536 byte keys 11649.994 c/h 0.178 c/b 5.625 b/c
# Overall Average 385.592 c/h 0.191 c/b 5.238 b/c
ok 6 - Speed (always passes) # metrohash64_1
### Differential Tests ###
# Testing 8303632 up-to-5-bit differentials in 64-bit keys -> 64 bit hashes.
# 1000 reps, 8303632000 total tests, expecting 0.00 random collisions..........
ok 7 - Differential collisions # metrohash64_1
ok 8 - Nothing skipped during differential collision check # metrohash64_1
# 0 total collisions, of which 0 single collisions were ignored
ok 9 - ProcessDifferentials
# Testing 11017632 up-to-4-bit differentials in 128-bit keys -> 64 bit hashes.
# 1000 reps, 11017632000 total tests, expecting 0.00 random collisions..........
ok 10 - Differential collisions # metrohash64_1
ok 11 - Nothing skipped during differential collision check # metrohash64_1
# 0 total collisions, of which 0 single collisions were ignored
ok 12 - ProcessDifferentials
# Testing 2796416 up-to-3-bit differentials in 256-bit keys -> 64 bit hashes.
# 1000 reps, 2796416000 total tests, expecting 0.00 random collisions..........
ok 13 - Differential collisions # metrohash64_1
ok 14 - Nothing skipped during differential collision check # metrohash64_1
# 0 total collisions, of which 0 single collisions were ignored
ok 15 - ProcessDifferentials
ok 16 - Differential # metrohash64_1
### Avalanche Tests ### - seed-bits: 64 hash-bits: 64
# Samples 500000, expected error 0.00051200, confidence level 99.99994267%
# Testing 0-bit keys.......... not ok! # worst-bit: 94.347% error-ratio: 9.613477e+03
# +---------------------------------------------------+
# |012345678901234567890123456789012345678901234567890|
# +---------------------------------------------------+
# Scale: |.1234567890abcdefghijklmnopqrstuvwxyzãäåêëîïðñôõöûü|
# |üÿABCDEFGHIJKLMNOPQRSTUVWXYZÂÃÄÅÊËÑÔÕÖÛÜÝø¤*©®¶&%@#|
# +---------------------------------------------------+
# |pct diff from 50%: abs((0.5-(changed/reps))*2) *100|
# +----------------------------------------------------------------+
# |0 1 2 3 4 5 6 |
# |0123456789012345678901234567890123456789012345678901234567890123|
# +----------------------------------------------------------------+
# seed 0.0 |....................................1...........................|
# seed 1.0 |................................................................| x 36
# seed 37.0 |...............................1................................|
# seed 38.0 |................................1...............................|
# seed 39.0 |1................................1..............................|
# seed 40.0 |11...............................11.............................|
# seed 41.0 |.11.............................1.11............................|
# seed 42.0 |...1.............11.................1...........................|
# seed 43.0 |.1..1.............11..............1..1..........................|
# seed 44.0 |..1.11.............11..............1.11.........................|
# seed 45.0 |...1.11.............13....1.....2...1.11........................|
# seed 46.0 |2...2.11.............23....1.....2...2.11.......................|
# seed 47.0 |.2...3.14..2..........33....1..3..2...3.14..2..............1....|
# seed 48.0 |..2...3.25..2..........33....1..7..2...3.25..2....1.........1...|
# seed 49.0 |9..21..2.35.121....1.3..33....2..9..21..2.35.121...11.2......1..|
# seed 50.0 |.0..211.3.36.111...11.3..34..1.7..0..211.3.36.111..111.2......2.|
# seed 51.0 |..0..31..4.67.281...21.3..55..2.f..0..31..4.67.281..131.2......2|
# seed 52.0 |h.101.41..4108.1e21..71.3..84..b2h.101.41..4108.1e2..1c1.2......|
# seed 53.0 |2h.1b2.41..5183..j21..81.4..93..f2h.1b2.41..5183..j2..1c1.2.1...|
# seed 54.0 |h1h.1e21724.74jl.4q25..8116.1ea..h1h.1e21724.74jl.4q2..1d1.4.1..|
# seed 55.0 |.h1h11d2092f188wC.bx2s..91i6.5jD1.h1h11d2092f188wC.bx2..1d215.a1|
# seed 56.0 |..h1j.1d2081f199uI.by2t..91i5.5xI..h1j.1d2081f199uI.by2..1d114.a|
# seed 57.0 |N1.i2k.1h10a.b165ëP.cï2s..a.m1.cîN1.i2k.1h10a.b165ëP.cï2..1h.18.|
# seed 58.0 |üR.2z2k53i6ib8x2gnEX.nû2s2.b6äh.oüR.2z2k53i6ib8x2gnEX.nû2.12k815|
# seed 59.0 |pÿR.qA1kô1j6a7åJ1rASË.nû1s6.bxDÅ.pÿR.qA1kô1j6a7åJ1rASË.nû1.03jô1|
# seed 60.0 |.pÿS.qA1kô2k706êI1qATÕ.nû2s6.bxRÑ.pÿS.qA1kô2k706êI1qATÕ.nû2.a4lô|
# seed 61.0 |Ö.pAY.qB.lð.l7b8ãO.qCZÜ.nû.r5.büXÖ.pAY.qB.lð.l7b8ãO.qCZÜ.nû..9.l|
# seed 62.0 |Åø.qMÊ.tN.fG.e.4.ûX.uOËø.mK.y..oLÅø.qMÊ.tN.fG.e.4.ûX.uOËø.mK..f.|
# seed 63.0 |XÛ©3AYÛ6BZbðUdïrzvOË8CZÜ©3ûWcFl.üXÛ©3AYÛ6BZbðUdïrzvOË8CZÜ©3ûWc.a|
# +----------------------------------------------------------------+
# +---------------------------------------------------+
# |012345678901234567890123456789012345678901234567890|
# +---------------------------------------------------+
# Scale: |.1234567890abcdefghijklmnopqrstuvwxyzãäåêëîïðñôõöûü|
# |üÿABCDEFGHIJKLMNOPQRSTUVWXYZÂÃÄÅÊËÑÔÕÖÛÜÝø¤*©®¶&%@#|
# +---------------------------------------------------+
# |scaled p-value above confidence level (zero is ok) |
# +----------------------------------------------------------------+
# |0 1 2 3 4 5 6 |
# |0123456789012345678901234567890123456789012345678901234567890123|
# +----------------------------------------------------------------+
# seed 0.0 |................................................................| x 38
# seed 38.0 |................................@...............................|
# seed 39.0 |@................................@..............................|
# seed 40.0 |.Ü................................Ü.............................|
# seed 41.0 |.G................................G.............................|
# seed 42.0 |..................R.............................................|
# seed 43.0 |.Û..@.............@@..............Û..@..........................|
# seed 44.0 |..Å..@.............@@..............Å..@.........................|
# seed 45.0 |...ø.@@.............@#..........#...ø.@@........................|
# seed 46.0 |#...#.#@.............##....@.....#...#.#@.......................|
# seed 47.0 |.#...#.@#..#..........##....®..#..#...#.@#..#...................|
# seed 48.0 |..#...#.##..#..........##....#..#..#...#.##..#..............@...|
# seed 49.0 |#..#@..#.##.Ü#@....S.#..##....#..#..#@..#.##.Ü#@...#&.#......@..|
# seed 50.0 |.#..##..#.##.@8w......#..##....#..#..##..#.##.@8w..@@B.#......#.|
# seed 51.0 |..#..#@..#.##.###...#@.#..##..#.#..#..#@..#.##.###...##.#......#|
# seed 52.0 |#..##.#@..####.####..#@.#..##..###..##.#@..####.###...#@.#......|
# seed 53.0 |##..##.##..####..###..#@.#..##..###..##.##..####..##..@#@.#.©...|
# seed 54.0 |###.@##.###.####.####..####.0##..###.@##.###.####.###..@##.#.@..|
# seed 55.0 |.###.@######@####.####..####.###..###.@######@####.###..@##.#.#.|
# seed 56.0 |..#@#.#####@#@####.####..#ï##.###..#@#.#####@#@####.###..@#..#.#|
# seed 57.0 |#x.###.@####.#%####.####..#.##.###x.###.@####.#%####.###..@#..#.|
# seed 58.0 |##.#################.#####.####.###.#################.###.@#####|
# seed 59.0 |###.############@####.#####.####.###.############@####.###.####ø|
# seed 60.0 |.###.############.####.#####.####.###.############.####.###.####|
# seed 61.0 |#.###.##.##.######.####.##.##.####.###.##.##.######.####.##..#.#|
# seed 62.0 |##.###.##.##.#.#.##.####.##.#..####.###.##.##.#.#.##.####.##..#.|
# seed 63.0 |###############################.##############################.#|
# +----------------------------------------------------------------+
# 731 of 4096 bits failed (17.85%) failed at 99.999943 confidence
# g-test: 100.000000%
# sum-error-square: 4.92210006
# key/seed errors: 19/64
# - seed bit 43 gtest probability not random: 100.0000 (15983584/16016416)
# - seed bit 45 gtest probability not random: 100.0000 (15977658/16022342)
# - with 17 more seed errors not described above.
# hash bit-level errors: 59/64
# - hash bit 0 gtest-prob not-random: 100.0000 (15824737/16175263)
# - hash bit 1 gtest-prob not-random: 100.0000 (16020865/15979135)
# - hash bit 2 gtest-prob not-random: 100.0000 (16245481/15754519)
# - with 56 more hash bit errors not described above.
not ok 17 - Strict Avalanche Criteria - 0 bit/0 byte keys # metrohash64_1
# Testing 8-bit keys.......... ok. # worst-bit: 0.548% error-ratio: 1.047133e+00
ok 18 - Strict Avalanche Criteria - 8 bit/1 byte keys # metrohash64_1
# Testing 16-bit keys.......... not ok! # worst-bit: 13.329% error-ratio: 7.812723e+00
# +---------------------------------------------------+
# |012345678901234567890123456789012345678901234567890|
# +---------------------------------------------------+
# Scale: |.1234567890abcdefghijklmnopqrstuvwxyzãäåêëîïðñôõöûü|
# |üÿABCDEFGHIJKLMNOPQRSTUVWXYZÂÃÄÅÊËÑÔÕÖÛÜÝø¤*©®¶&%@#|
# +---------------------------------------------------+
# |pct diff from 50%: abs((0.5-(changed/reps))*2) *100|
# +----------------------------------------------------------------+
# |0 1 2 3 4 5 6 |
# |0123456789012345678901234567890123456789012345678901234567890123|
# +----------------------------------------------------------------+
# seed 0.0 |................................................................| x 56
# seed 56.0 |...................1............1...............................|
# seed 57.0 |................................................................|
# seed 58.0 |.................1..............................................|
# seed 59.0 |.......1............1.1.................1............1..........|
# seed 60.0 |.....1..2....1....1..2.1..............1..2.......1....1.........|
# seed 61.0 |....2..1.3....3....1..2.1....1..3....2..1.3.......1....1........|
# seed 62.0 |2....1.11.3....3....2..2.1....21.2....1.11.3.......1....1.......|
# seed 63.0 |.3....2.1110.211c..1.4..2.3....01.3....2.1110.211...21...1......|
# key 0.0 |................................................................| x 9
# key 9.0 |.............................................................1..|
# key 10.0 |................................................................| x 6
# +----------------------------------------------------------------+
# +---------------------------------------------------+
# |012345678901234567890123456789012345678901234567890|
# +---------------------------------------------------+
# Scale: |.1234567890abcdefghijklmnopqrstuvwxyzãäåêëîïðñôõöûü|
# |üÿABCDEFGHIJKLMNOPQRSTUVWXYZÂÃÄÅÊËÑÔÕÖÛÜÝø¤*©®¶&%@#|
# +---------------------------------------------------+
# |scaled p-value above confidence level (zero is ok) |
# +----------------------------------------------------------------+
# |0 1 2 3 4 5 6 |
# |0123456789012345678901234567890123456789012345678901234567890123|
# +----------------------------------------------------------------+
# seed 0.0 |................................................................| x 58
# seed 58.0 |.................Ü..............................................|
# seed 59.0 |.......@............@...................@.......................|
# seed 60.0 |........#............#.R.................#............@.........|
# seed 61.0 |....#....#....#....@..#.@....@..#....#....#.......@....#........|
# seed 62.0 |#....@....#....#....#..#.@....##.#....@....#.......@....@.......|
# seed 63.0 |.#....#.#.&#.#@¤#....#..#.#....#@.#....#.#.&#.#@¤...#Ý...#......|
# key 0.0 |................................................................| x 16
# +----------------------------------------------------------------+
# 60 of 5120 bits failed (1.17%) failed at 99.999943 confidence
# g-test: 100.000000%
# sum-error-square: 0.00400011
# key/seed errors: 2/80
# - seed bit 60 gtest probability not random: 100.0000 (16018602/15981398)
# - seed bit 61 gtest probability not random: 100.0000 (16016736/15983264)
# hash bit-level errors: 5/64
# - hash bit 11 gtest-prob not-random: 100.0000 (20023294/19976706)
# - hash bit 16 gtest-prob not-random: 100.0000 (19966425/20033575)
# - hash bit 31 gtest-prob not-random: 100.0000 (19971778/20028222)
# - with 2 more hash bit errors not described above.
not ok 19 - Strict Avalanche Criteria - 16 bit/2 byte keys # metrohash64_1
# Testing 24-bit keys.......... ok. # worst-bit: 0.536% error-ratio: 1.046211e+00
ok 20 - Strict Avalanche Criteria - 24 bit/3 byte keys # metrohash64_1
# Testing 32-bit keys.......... not ok! # worst-bit: 3.118% error-ratio: 1.701629e+00
# +---------------------------------------------------+
# |012345678901234567890123456789012345678901234567890|
# +---------------------------------------------------+
# Scale: |.1234567890abcdefghijklmnopqrstuvwxyzãäåêëîïðñôõöûü|
# |üÿABCDEFGHIJKLMNOPQRSTUVWXYZÂÃÄÅÊËÑÔÕÖÛÜÝø¤*©®¶&%@#|
# +---------------------------------------------------+
# |pct diff from 50%: abs((0.5-(changed/reps))*2) *100|
# +----------------------------------------------------------------+
# |0 1 2 3 4 5 6 |
# |0123456789012345678901234567890123456789012345678901234567890123|
# +----------------------------------------------------------------+
# seed 0.0 |................................................................| x 16
# seed 16.0 |..........1.....................................................|
# seed 17.0 |................................................................| x 40
# seed 57.0 |1................................1..............................|
# seed 58.0 |................................................................|
# seed 59.0 |..1..1............1................1..1............1............|
# seed 60.0 |......1............1.1.................1........................|
# seed 61.0 |.......2............1.1.................2............1..........|
# seed 62.0 |1.......2............1.2.......1.1.......2............1.........|
# seed 63.0 |....1.1..3....2....1..2.1.......3....1.1..3.......1....2........|
# key 0.0 |................................................................| x 4
# key 4.0 |...............................................................1|
# key 5.0 |................................................................| x 19
# key 24.0 |.....................1..........................................|
# key 25.0 |................................................................| x 7
# +----------------------------------------------------------------+
# +---------------------------------------------------+
# |012345678901234567890123456789012345678901234567890|
# +---------------------------------------------------+
# Scale: |.1234567890abcdefghijklmnopqrstuvwxyzãäåêëîïðñôõöûü|
# |üÿABCDEFGHIJKLMNOPQRSTUVWXYZÂÃÄÅÊËÑÔÕÖÛÜÝø¤*©®¶&%@#|
# +---------------------------------------------------+
# |scaled p-value above confidence level (zero is ok) |
# +----------------------------------------------------------------+
# |0 1 2 3 4 5 6 |
# |0123456789012345678901234567890123456789012345678901234567890123|
# +----------------------------------------------------------------+
# seed 0.0 |................................................................| x 59
# seed 59.0 |.....C................................C.........................|
# seed 60.0 |......@............@.@.................@........................|
# seed 61.0 |.......#............#.@.................#.......................|
# seed 62.0 |........#............#.#.......Ä.........#............@.........|
# seed 63.0 |....@.&..#....#....#..#.@.......#....@.&..#.......@....#........|
# key 0.0 |................................................................| x 32
# +----------------------------------------------------------------+
# 29 of 6144 bits failed (0.47%) failed at 99.999943 confidence
# g-test: 0.000000%
# sum-error-square: 0.00087123
# key/seed errors: 3/96
# - seed bit 61 gtest probability not random: 100.0000 (15984922/16015078)
# - seed bit 62 gtest probability not random: 100.0000 (15976838/16023162)
# - with 1 more seed errors not described above.
not ok 21 - Strict Avalanche Criteria - 32 bit/4 byte keys # metrohash64_1
# Testing 40-bit keys.......... ok. # worst-bit: 0.521% error-ratio: 9.849870e-01
ok 22 - Strict Avalanche Criteria - 40 bit/5 byte keys # metrohash64_1
# Testing 48-bit keys.......... ok. # worst-bit: 0.533% error-ratio: 1.003229e+00
ok 23 - Strict Avalanche Criteria - 48 bit/6 byte keys # metrohash64_1
# Testing 56-bit keys.......... ok. # worst-bit: 0.549% error-ratio: 9.664233e-01
ok 24 - Strict Avalanche Criteria - 56 bit/7 byte keys # metrohash64_1
# Testing 64-bit keys.......... ok. # worst-bit: 0.608% error-ratio: 1.003763e+00
ok 25 - Strict Avalanche Criteria - 64 bit/8 byte keys # metrohash64_1
# Testing 72-bit keys.......... ok. # worst-bit: 0.568% error-ratio: 9.707940e-01
ok 26 - Strict Avalanche Criteria - 72 bit/9 byte keys # metrohash64_1
# Testing 80-bit keys.......... ok. # worst-bit: 0.564% error-ratio: 1.030410e+00
ok 27 - Strict Avalanche Criteria - 80 bit/10 byte keys # metrohash64_1
# Testing 88-bit keys.......... ok. # worst-bit: 0.540% error-ratio: 9.946754e-01
ok 28 - Strict Avalanche Criteria - 88 bit/11 byte keys # metrohash64_1
# Testing 96-bit keys.......... ok. # worst-bit: 0.583% error-ratio: 1.001504e+00
ok 29 - Strict Avalanche Criteria - 96 bit/12 byte keys # metrohash64_1
# Testing 104-bit keys.......... ok. # worst-bit: 0.551% error-ratio: 9.874348e-01
ok 30 - Strict Avalanche Criteria - 104 bit/13 byte keys # metrohash64_1
# Testing 112-bit keys.......... ok. # worst-bit: 0.602% error-ratio: 9.929002e-01
ok 31 - Strict Avalanche Criteria - 112 bit/14 byte keys # metrohash64_1
# Testing 120-bit keys.......... ok. # worst-bit: 0.616% error-ratio: 1.002747e+00
ok 32 - Strict Avalanche Criteria - 120 bit/15 byte keys # metrohash64_1
# Testing 128-bit keys.......... ok. # worst-bit: 0.580% error-ratio: 9.850081e-01
ok 33 - Strict Avalanche Criteria - 128 bit/16 byte keys # metrohash64_1
# Testing 136-bit keys.......... ok. # worst-bit: 0.586% error-ratio: 1.003735e+00
ok 34 - Strict Avalanche Criteria - 136 bit/17 byte keys # metrohash64_1
# Testing 144-bit keys.......... ok. # worst-bit: 0.552% error-ratio: 9.962940e-01
ok 35 - Strict Avalanche Criteria - 144 bit/18 byte keys # metrohash64_1
# Testing 152-bit keys.......... ok. # worst-bit: 0.540% error-ratio: 9.981612e-01
ok 36 - Strict Avalanche Criteria - 152 bit/19 byte keys # metrohash64_1
# Testing 152-bit keys.......... ok. # worst-bit: 0.606% error-ratio: 1.009767e+00
ok 37 - Strict Avalanche Criteria - 152 bit/19 byte keys # metrohash64_1
# Testing 200-bit keys.......... ok. # worst-bit: 0.605% error-ratio: 1.016807e+00
ok 38 - Strict Avalanche Criteria - 200 bit/25 byte keys # metrohash64_1
# Testing 256-bit keys.......... ok. # worst-bit: 0.636% error-ratio: 1.006016e+00
ok 39 - Strict Avalanche Criteria - 256 bit/32 byte keys # metrohash64_1
# Testing 512-bit keys.......... ok. # worst-bit: 0.612% error-ratio: 9.936133e-01
ok 40 - Strict Avalanche Criteria - 512 bit/64 byte keys # metrohash64_1
# Testing 520-bit keys.......... ok. # worst-bit: 0.649% error-ratio: 9.961904e-01
ok 41 - Strict Avalanche Criteria - 520 bit/65 byte keys # metrohash64_1
### Keyset 'Cyclic' Tests ###
# Keyset 'Cyclic' - 8 cycles of 8 bytes - 10000000 keys
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 42 - Collision Rate for Keyset 'Cyclic' - 8 cycles of 8 bytes - 10000000 keys
ok 43 - Distribution Bias Check for Keyset 'Cyclic' - 8 cycles of 8 bytes - 10000000 keys
# Keyset 'Cyclic' - 8 cycles of 9 bytes - 10000000 keys
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 44 - Collision Rate for Keyset 'Cyclic' - 8 cycles of 9 bytes - 10000000 keys
ok 45 - Distribution Bias Check for Keyset 'Cyclic' - 8 cycles of 9 bytes - 10000000 keys
# Keyset 'Cyclic' - 8 cycles of 10 bytes - 10000000 keys
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 46 - Collision Rate for Keyset 'Cyclic' - 8 cycles of 10 bytes - 10000000 keys
ok 47 - Distribution Bias Check for Keyset 'Cyclic' - 8 cycles of 10 bytes - 10000000 keys
# Keyset 'Cyclic' - 8 cycles of 11 bytes - 10000000 keys
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 48 - Collision Rate for Keyset 'Cyclic' - 8 cycles of 11 bytes - 10000000 keys
ok 49 - Distribution Bias Check for Keyset 'Cyclic' - 8 cycles of 11 bytes - 10000000 keys
# Keyset 'Cyclic' - 8 cycles of 12 bytes - 10000000 keys
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 50 - Collision Rate for Keyset 'Cyclic' - 8 cycles of 12 bytes - 10000000 keys
ok 51 - Distribution Bias Check for Keyset 'Cyclic' - 8 cycles of 12 bytes - 10000000 keys
ok 52 - Keyset 'Cyclic' # metrohash64_1
### Keyset 'TwoBytes' Tests ###
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 53 - Collision Rate for Keyset 'TwoBytes' - up-to-4-byte keys, 652545 total keys
ok 54 - Distribution Bias Check for Keyset 'TwoBytes' - up-to-4-byte keys, 652545 total keys
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 55 - Collision Rate for Keyset 'TwoBytes' - up-to-8-byte keys, 5471025 total keys
ok 56 - Distribution Bias Check for Keyset 'TwoBytes' - up-to-8-byte keys, 5471025 total keys
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 57 - Collision Rate for Keyset 'TwoBytes' - up-to-12-byte keys, 18616785 total keys
ok 58 - Distribution Bias Check for Keyset 'TwoBytes' - up-to-12-byte keys, 18616785 total keys
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 59 - Collision Rate for Keyset 'TwoBytes' - up-to-16-byte keys, 44251425 total keys
ok 60 - Distribution Bias Check for Keyset 'TwoBytes' - up-to-16-byte keys, 44251425 total keys
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 61 - Collision Rate for Keyset 'TwoBytes' - up-to-20-byte keys, 86536545 total keys
ok 62 - Distribution Bias Check for Keyset 'TwoBytes' - up-to-20-byte keys, 86536545 total keys
ok 63 - Keyset 'TwoBytes' # metrohash64_1
### Keyset 'Sparse' Tests ###
# Keyset 'Sparse' - 32-bit keys with up to 6 bits set - 1149017 keys
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 64 - Collision Rate for Keyset 'Sparse' - 32-bit keys with up to 6 bits set
ok 65 - Distribution Bias Check for Keyset 'Sparse' - 32-bit keys with up to 6 bits set
# Keyset 'Sparse' - 40-bit keys with up to 6 bits set - 4598479 keys
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 66 - Collision Rate for Keyset 'Sparse' - 40-bit keys with up to 6 bits set
ok 67 - Distribution Bias Check for Keyset 'Sparse' - 40-bit keys with up to 6 bits set
# Keyset 'Sparse' - 48-bit keys with up to 5 bits set - 1925357 keys
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 68 - Collision Rate for Keyset 'Sparse' - 48-bit keys with up to 5 bits set
ok 69 - Distribution Bias Check for Keyset 'Sparse' - 48-bit keys with up to 5 bits set
# Keyset 'Sparse' - 56-bit keys with up to 5 bits set - 4216423 keys
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 70 - Collision Rate for Keyset 'Sparse' - 56-bit keys with up to 5 bits set
ok 71 - Distribution Bias Check for Keyset 'Sparse' - 56-bit keys with up to 5 bits set
# Keyset 'Sparse' - 64-bit keys with up to 5 bits set - 8303633 keys
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 72 - Collision Rate for Keyset 'Sparse' - 64-bit keys with up to 5 bits set
ok 73 - Distribution Bias Check for Keyset 'Sparse' - 64-bit keys with up to 5 bits set
# Keyset 'Sparse' - 96-bit keys with up to 4 bits set - 3469497 keys
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 74 - Collision Rate for Keyset 'Sparse' - 96-bit keys with up to 4 bits set
ok 75 - Distribution Bias Check for Keyset 'Sparse' - 96-bit keys with up to 4 bits set
# Keyset 'Sparse' - 256-bit keys with up to 3 bits set - 2796417 keys
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 76 - Collision Rate for Keyset 'Sparse' - 256-bit keys with up to 3 bits set
ok 77 - Distribution Bias Check for Keyset 'Sparse' - 256-bit keys with up to 3 bits set
# Keyset 'Sparse' - 2048-bit keys with up to 2 bits set - 2098177 keys
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 78 - Collision Rate for Keyset 'Sparse' - 2048-bit keys with up to 2 bits set
ok 79 - Distribution Bias Check for Keyset 'Sparse' - 2048-bit keys with up to 2 bits set
ok 80 - Keyset 'Sparse' # metrohash64_1
### Keyset 'Crc-MultiCollision' Tests ###
# Keyset 'Crc(a)-MultiCollision' - 1048575 x 16 block keys - 128-bytes long - 10 seeds
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 81 - Collision Rate for Keyset 'Crc(a)-MultiCollision' - seed 1 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 82 - Collision Rate for Keyset 'Crc(a)-MultiCollision' - seed 2 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 83 - Collision Rate for Keyset 'Crc(a)-MultiCollision' - seed 3 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 84 - Collision Rate for Keyset 'Crc(a)-MultiCollision' - seed 4 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 85 - Collision Rate for Keyset 'Crc(a)-MultiCollision' - seed 5 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 86 - Collision Rate for Keyset 'Crc(a)-MultiCollision' - seed 6 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 87 - Collision Rate for Keyset 'Crc(a)-MultiCollision' - seed 7 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 88 - Collision Rate for Keyset 'Crc(a)-MultiCollision' - seed 8 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 89 - Collision Rate for Keyset 'Crc(a)-MultiCollision' - seed 9 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 90 - Collision Rate for Keyset 'Crc(a)-MultiCollision' - seed 10 # metrohash64_1
# Keyset 'Crc(b)-MultiCollision' - 1048575 x 16 block keys - 128-bytes long - 10 seeds
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 91 - Collision Rate for Keyset 'Crc(b)-MultiCollision' - seed 1 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 92 - Collision Rate for Keyset 'Crc(b)-MultiCollision' - seed 2 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 93 - Collision Rate for Keyset 'Crc(b)-MultiCollision' - seed 3 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 94 - Collision Rate for Keyset 'Crc(b)-MultiCollision' - seed 4 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 95 - Collision Rate for Keyset 'Crc(b)-MultiCollision' - seed 5 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 96 - Collision Rate for Keyset 'Crc(b)-MultiCollision' - seed 6 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 97 - Collision Rate for Keyset 'Crc(b)-MultiCollision' - seed 7 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 98 - Collision Rate for Keyset 'Crc(b)-MultiCollision' - seed 8 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 99 - Collision Rate for Keyset 'Crc(b)-MultiCollision' - seed 9 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 100 - Collision Rate for Keyset 'Crc(b)-MultiCollision' - seed 10 # metrohash64_1
### Keyset 'Murmur2-MultiCollision' Tests ###
# Keyset 'Murmur2-MultiCollision' - 1048575 x 16 block keys - 128-bytes long - 10 seeds
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 101 - Collision Rate for Keyset 'Murmur2-MultiCollision' - seed 1 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 102 - Collision Rate for Keyset 'Murmur2-MultiCollision' - seed 2 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 103 - Collision Rate for Keyset 'Murmur2-MultiCollision' - seed 3 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 104 - Collision Rate for Keyset 'Murmur2-MultiCollision' - seed 4 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 105 - Collision Rate for Keyset 'Murmur2-MultiCollision' - seed 5 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 106 - Collision Rate for Keyset 'Murmur2-MultiCollision' - seed 6 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 107 - Collision Rate for Keyset 'Murmur2-MultiCollision' - seed 7 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 108 - Collision Rate for Keyset 'Murmur2-MultiCollision' - seed 8 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 109 - Collision Rate for Keyset 'Murmur2-MultiCollision' - seed 9 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 110 - Collision Rate for Keyset 'Murmur2-MultiCollision' - seed 10 # metrohash64_1
### Keyset 'Murmur3A-MultiCollision' Tests ###
# Keyset 'Murmur3A-MultiCollision' - 1048575 x 16 block keys - 128-bytes long - 10 seeds
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 111 - Collision Rate for Keyset 'Murmur3A-MultiCollision' - seed 1 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 112 - Collision Rate for Keyset 'Murmur3A-MultiCollision' - seed 2 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 113 - Collision Rate for Keyset 'Murmur3A-MultiCollision' - seed 3 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 114 - Collision Rate for Keyset 'Murmur3A-MultiCollision' - seed 4 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 115 - Collision Rate for Keyset 'Murmur3A-MultiCollision' - seed 5 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 116 - Collision Rate for Keyset 'Murmur3A-MultiCollision' - seed 6 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 117 - Collision Rate for Keyset 'Murmur3A-MultiCollision' - seed 7 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 118 - Collision Rate for Keyset 'Murmur3A-MultiCollision' - seed 8 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 119 - Collision Rate for Keyset 'Murmur3A-MultiCollision' - seed 9 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 120 - Collision Rate for Keyset 'Murmur3A-MultiCollision' - seed 10 # metrohash64_1
### Keyset 'Murmur3F-MultiCollision' Tests ###
# Keyset 'Murmur3F-MultiCollision' - 1048575 x 16 block keys - 512-bytes long - 10 seeds
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 121 - Collision Rate for Keyset 'Murmur3F-MultiCollision' - seed 1 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 122 - Collision Rate for Keyset 'Murmur3F-MultiCollision' - seed 2 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 123 - Collision Rate for Keyset 'Murmur3F-MultiCollision' - seed 3 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 124 - Collision Rate for Keyset 'Murmur3F-MultiCollision' - seed 4 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 125 - Collision Rate for Keyset 'Murmur3F-MultiCollision' - seed 5 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 126 - Collision Rate for Keyset 'Murmur3F-MultiCollision' - seed 6 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 127 - Collision Rate for Keyset 'Murmur3F-MultiCollision' - seed 7 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 128 - Collision Rate for Keyset 'Murmur3F-MultiCollision' - seed 8 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 129 - Collision Rate for Keyset 'Murmur3F-MultiCollision' - seed 9 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 130 - Collision Rate for Keyset 'Murmur3F-MultiCollision' - seed 10 # metrohash64_1
### Keyset 'City64-MultiCollision' Tests ###
# Keyset 'City64-MultiCollision' - 10 x 2 block keys - 16-bytes long - 10 seeds
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 131 - Collision Rate for Keyset 'City64-MultiCollision' - seed 1 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 132 - Collision Rate for Keyset 'City64-MultiCollision' - seed 2 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 133 - Collision Rate for Keyset 'City64-MultiCollision' - seed 3 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 134 - Collision Rate for Keyset 'City64-MultiCollision' - seed 4 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 135 - Collision Rate for Keyset 'City64-MultiCollision' - seed 5 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 136 - Collision Rate for Keyset 'City64-MultiCollision' - seed 6 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 137 - Collision Rate for Keyset 'City64-MultiCollision' - seed 7 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 138 - Collision Rate for Keyset 'City64-MultiCollision' - seed 8 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 139 - Collision Rate for Keyset 'City64-MultiCollision' - seed 9 # metrohash64_1
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 140 - Collision Rate for Keyset 'City64-MultiCollision' - seed 10 # metrohash64_1
### Keyset 'Combination Lowbits' Tests ###
# Keyset 'Combination' - up to 8 blocks from a set of 8 - 19173960 keys
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 141 - Collision Rate for Keyset 'Combination Lowbits'
ok 142 - Distribution Bias Check for Keyset 'Combination Lowbits'
ok 143 - Keyset 'Combination Lowbits' # metrohash64_1
### Keyset 'Combination Highbits' Tests ###
# Keyset 'Combination' - up to 8 blocks from a set of 8 - 19173960 keys
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 144 - Collision Rate for Keyset 'Combination Highbits'
ok 145 - Distribution Bias Check for Keyset 'Combination Highbits'
ok 146 - Keyset 'Combination Highbits' # metrohash64_1
### Keyset 'Combination Highbits2' Tests ###
# Keyset 'Combination' - up to 8 blocks from a set of 8 - 19173960 keys
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 147 - Collision Rate for Keyset 'Combination Highbits2'
ok 148 - Distribution Bias Check for Keyset 'Combination Highbits2'
ok 149 - Keyset 'Combination Highbits2' # metrohash64_1
### Keyset 'Combination HiBit-Null' Tests ###
# Keyset 'Combination' - up to 20 blocks from a set of 2 - 2097150 keys
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 150 - Collision Rate for Keyset 'Combination HiBit-Null'
ok 151 - Distribution Bias Check for Keyset 'Combination HiBit-Null'
ok 152 - Keyset 'Combination HiBit-Null' # metrohash64_1
### Keyset 'Combination LowBit-Null' Tests ###
# Keyset 'Combination' - up to 20 blocks from a set of 2 - 2097150 keys
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 153 - Collision Rate for Keyset 'Combination LowBit-Null'
ok 154 - Distribution Bias Check for Keyset 'Combination LowBit-Null'
ok 155 - Keyset 'Combination LowBit-Null' # metrohash64_1
### Keyset 'Combination Hi-Lo' Tests ###
# Keyset 'Combination' - up to 6 blocks from a set of 15 - 12204240 keys
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 156 - Collision Rate for Keyset 'Combination Hi-Lo'
ok 157 - Distribution Bias Check for Keyset 'Combination Hi-Lo'
ok 158 - Keyset 'Combination Hi-Lo' # metrohash64_1
### Keyset 'Text' Tests ###
# Keyset 'Text' - keys of form "Foo[XXXX]Bar" - 14776336 keys
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 159 - Collision Rate for Keyset 'Text' - keys of form "Foo[XXXX]Bar" - 14776336 keys
ok 160 - Distribution Bias Check for Keyset 'Text' - keys of form "Foo[XXXX]Bar" - 14776336 keys
# Keyset 'Text' - keys of form "FooBar[XXXX]" - 14776336 keys
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 161 - Collision Rate for Keyset 'Text' - keys of form "FooBar[XXXX]" - 14776336 keys
ok 162 - Distribution Bias Check for Keyset 'Text' - keys of form "FooBar[XXXX]" - 14776336 keys
# Keyset 'Text' - keys of form "[XXXX]FooBar" - 14776336 keys
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 163 - Collision Rate for Keyset 'Text' - keys of form "[XXXX]FooBar" - 14776336 keys
ok 164 - Distribution Bias Check for Keyset 'Text' - keys of form "[XXXX]FooBar" - 14776336 keys
ok 165 - Keyset 'Text' # metrohash64_1
### Keyset 'Zeroes' Tests ###
# Keyset 'Zeroes' - 262144 keys, zero seed
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 166 - Collision Rate for Keyset 'Zeroes' - 262144 keys, zero seed
ok 167 - Distribution Bias Check for Keyset 'Zeroes' - 262144 keys, zero seed
# Keyset 'Zeroes' - 262144 keys, nonzero seed
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 168 - Collision Rate for Keyset 'Zeroes' - 262144 keys, nonzero seed
ok 169 - Distribution Bias Check for Keyset 'Zeroes' - 262144 keys, nonzero seed
ok 170 - Keyset 'Zeroes' # metrohash64_1
### Keyset 'Seed' Tests ###
# Keyset 'Seed' - 2000000 seeds, Key "The quick brown fox "...
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 171 - Collision Rate for Keyset 'Seed' - 2000000 seeds, Key "The quick brown fox "...
ok 172 - Distribution Bias Check for Keyset 'Seed' - 2000000 seeds, Key "The quick brown fox "...
# Keyset 'Seed' - 2000000 seeds, Key ""
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 173 - Collision Rate for Keyset 'Seed' - 2000000 seeds, Key ""
ok 174 - Distribution Bias Check for Keyset 'Seed' - 2000000 seeds, Key ""
# Keyset 'Seed' - 2000000 seeds, Key "00101100110101101"
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 175 - Collision Rate for Keyset 'Seed' - 2000000 seeds, Key "00101100110101101"
ok 176 - Distribution Bias Check for Keyset 'Seed' - 2000000 seeds, Key "00101100110101101"
# Keyset 'Seed' - 2000000 seeds, Key "abcbcddbdebdcaaabaaa"...
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 177 - Collision Rate for Keyset 'Seed' - 2000000 seeds, Key "abcbcddbdebdcaaabaaa"...
ok 178 - Distribution Bias Check for Keyset 'Seed' - 2000000 seeds, Key "abcbcddbdebdcaaabaaa"...
ok 179 - Keyset 'Seed' # metrohash64_1
### Keyset 'Effs' Tests ###
# Keyset 'Effs' - 262144 keys, zero seed
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 180 - Collision Rate for Keyset 'Effs' - 262144 keys, zero seed
ok 181 - Distribution Bias Check for Keyset 'Effs' - 262144 keys, zero seed
# Keyset 'Effs' - 262144 keys, nonzero seed
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 182 - Collision Rate for Keyset 'Effs' - 262144 keys, nonzero seed
ok 183 - Distribution Bias Check for Keyset 'Effs' - 262144 keys, nonzero seed
ok 184 - Keyset 'Effs' # metrohash64_1
### Keyset 'Words' Tests ###
# Hashed 99171 keys from 297513 words from file '/usr/share/dict/words'
# Testing collisions - Expected 0.00, actual 0 ( 0.00x) - passed
ok 185 - Collision Rate for Keyset 'Words'
ok 186 - Distribution Bias Check for Keyset 'Words'
ok 187 - all tests passed # metrohash64_1
1..187
# Tests Failed. metrohash64_1 failed 3 of 187 tests.
# Testing took 1800.950021 seconds
# This is SMHasher version v1.3-demerphq-7-geee7fbf - built on Dec 15 2017.