Merge: lib: Introduce Stanford CoreNLP wrapper
[nit.git] / tests / sav / test_hash_debug.res
1 ~~~No hash statistics~~~
2 ~~~No hash statistics~~~
3
4 a1
5 false
6 ~~~Hash statistics~~~
7 GET:
8 number of get and has_key: 1
9 number of collisions: 0 (0.00%)
10 average length of collisions: NA
11 average length of considered collections: 0.00
12 average capacity of considered collections: 1.00 (NA%)
13
14 STORE:
15 number of stores: 0
16 number of collisions: 0 (NA%)
17 average length of collisions: NA
18 average length of considered collections: NA
19 average capacity or considered collections: NA (NA%)
20 ~~~~~~
21 ~~~Hash statistics~~~
22 GET:
23 number of get and has_key: 2
24 number of collisions: 0 (0.00%)
25 average length of collisions: NA
26 average length of considered collections: 0.00
27 average capacity of considered collections: 1.00 (NA%)
28
29 STORE:
30 number of stores: 1
31 number of collisions: 0 (0.00%)
32 average length of collisions: NA
33 average length of considered collections: 0.00
34 average capacity or considered collections: 1.00 (NA%)
35 ~~~~~~
36 ~~~Hash statistics~~~
37 GET:
38 number of get and has_key: 3
39 number of collisions: 0 (0.00%)
40 average length of collisions: NA
41 average length of considered collections: 0.33
42 average capacity of considered collections: 6.33 (1900.00%)
43
44 STORE:
45 number of stores: 1
46 number of collisions: 0 (0.00%)
47 average length of collisions: NA
48 average length of considered collections: 0.00
49 average capacity or considered collections: 1.00 (NA%)
50 ~~~~~~
51 true
52 ~~~Hash statistics~~~
53 GET:
54 number of get and has_key: 4
55 number of collisions: 0 (0.00%)
56 average length of collisions: NA
57 average length of considered collections: 0.50
58 average capacity of considered collections: 9.00 (1800.00%)
59
60 STORE:
61 number of stores: 1
62 number of collisions: 0 (0.00%)
63 average length of collisions: NA
64 average length of considered collections: 0.00
65 average capacity or considered collections: 1.00 (NA%)
66 ~~~~~~
67
68 a2
69 false
70 ~~~Hash statistics~~~
71 GET:
72 number of get and has_key: 5
73 number of collisions: 0 (0.00%)
74 average length of collisions: NA
75 average length of considered collections: 0.60
76 average capacity of considered collections: 10.60 (1766.67%)
77
78 STORE:
79 number of stores: 1
80 number of collisions: 0 (0.00%)
81 average length of collisions: NA
82 average length of considered collections: 0.00
83 average capacity or considered collections: 1.00 (NA%)
84 ~~~~~~
85 ~~~Hash statistics~~~
86 GET:
87 number of get and has_key: 6
88 number of collisions: 0 (0.00%)
89 average length of collisions: NA
90 average length of considered collections: 0.67
91 average capacity of considered collections: 11.67 (1750.00%)
92
93 STORE:
94 number of stores: 2
95 number of collisions: 1 (50.00%)
96 average length of collisions: 2.00
97 average length of considered collections: 0.50
98 average capacity or considered collections: 9.00 (1800.00%)
99 ~~~~~~
100 ~~~Hash statistics~~~
101 GET:
102 number of get and has_key: 7
103 number of collisions: 1 (14.29%)
104 average length of collisions: 2.00
105 average length of considered collections: 0.86
106 average capacity of considered collections: 12.43 (1450.00%)
107
108 STORE:
109 number of stores: 2
110 number of collisions: 1 (50.00%)
111 average length of collisions: 2.00
112 average length of considered collections: 0.50
113 average capacity or considered collections: 9.00 (1800.00%)
114 ~~~~~~
115 true
116 ~~~Hash statistics~~~
117 GET:
118 number of get and has_key: 7
119 number of collisions: 1 (14.29%)
120 average length of collisions: 2.00
121 average length of considered collections: 0.86
122 average capacity of considered collections: 12.43 (1450.00%)
123
124 STORE:
125 number of stores: 2
126 number of collisions: 1 (50.00%)
127 average length of collisions: 2.00
128 average length of considered collections: 0.50
129 average capacity or considered collections: 9.00 (1800.00%)
130 ~~~~~~
131
132 end
133 ~~~Hash statistics~~~
134 GET:
135 number of get and has_key: 7
136 number of collisions: 1 (14.29%)
137 average length of collisions: 2.00
138 average length of considered collections: 0.86
139 average capacity of considered collections: 12.43 (1450.00%)
140
141 STORE:
142 number of stores: 2
143 number of collisions: 1 (50.00%)
144 average length of collisions: 2.00
145 average length of considered collections: 0.50
146 average capacity or considered collections: 9.00 (1800.00%)
147 ~~~~~~