Refactored Map_InsDelFind MT-test
[libcds.git] / tests / data / test-debug.conf
1 [General]\r
2 # HZP scan strategy, possible values are "classic", "inplace". Default is "classic"\r
3 HZP_scan_strategy=inplace\r
4 hazard_pointer_count=72\r
5 \r
6 [Atomic_ST]\r
7 iterCount=10000\r
8 \r
9 [thread_init_fini]\r
10 ThreadCount=4\r
11 PassCount=100000\r
12 \r
13 [Allocator_ST]\r
14 PassCount=10\r
15 # Total allocation per pass, Megabytes\r
16 AllocPerPass=1024\r
17 \r
18 [Linux_Scale]\r
19 # Allocation count per test\r
20 PassCount=1000000\r
21 # Max allocated block size in bytes\r
22 MaxBlockSize=65000\r
23 # Max thread count. 0 is processor_count * 2\r
24 MaxThreadCount=0\r
25 \r
26 [Hoard_ThreadTest]\r
27 MinBlockSize=16\r
28 MaxBlockSize=64\r
29 BlockCount=5000\r
30 PassCount=25\r
31 # Max thread count. 0 is processor_count * 2\r
32 MaxThreadCount=0\r
33 \r
34 [Larson]\r
35 MinBlockSize=8\r
36 MaxBlockSize=1024\r
37 PassCount=100000\r
38 # Max thread count. 0 is processor_count * 2\r
39 MaxThreadCount=0\r
40 \r
41 [Random_Alloc]\r
42 DataSize=1000\r
43 MinBlockSize=8\r
44 MaxBlockSize=100000\r
45 PassCount=100000\r
46 # Max thread count. 0 is processor_count * 2\r
47 MaxThreadCount=0\r
48 \r
49 \r
50 [Spinlock_MT]\r
51 ThreadCount=4\r
52 LoopCount=100000\r
53 \r
54 [Stack_Push]\r
55 ThreadCount=8\r
56 StackSize=100000\r
57 EliminationSize=4\r
58 \r
59 [Stack_PushPop]\r
60 PushThreadCount=16\r
61 PopThreadCount=16\r
62 StackSize=1600000\r
63 EliminationSize=4\r
64 \r
65 [IntrusiveStack_PushPop]\r
66 PushThreadCount=16\r
67 PopThreadCount=16\r
68 StackSize=1600000\r
69 EliminationSize=4\r
70 # Flat combining stack parameters\r
71 # FCIterate=1 - the test will be run iteratively\r
72 #   for combine pass count from 1 to FCCombinePassCount\r
73 #   and compact factor from 1 to FCCompactFactor\r
74 # FCIterate=0 - the test runs only once for giving\r
75 #   FCCombinePassCount and FCCompactFactor\r
76 FCIterate=0\r
77 FCCombinePassCount=4\r
78 FCCompactFactor=64\r
79 \r
80 [Queue_Push]\r
81 ThreadCount=8\r
82 QueueSize=100000\r
83 \r
84 [Queue_Pop]\r
85 ThreadCount=8\r
86 QueueSize=100000\r
87 \r
88 [Queue_ReaderWriter]\r
89 ReaderCount=3\r
90 WriterCount=3\r
91 QueueSize=100000\r
92 \r
93 [IntrusiveQueue_ReaderWriter]\r
94 ReaderCount=3\r
95 WriterCount=3\r
96 QueueSize=100000\r
97 \r
98 [Queue_Random]\r
99 ThreadCount=4\r
100 QueueSize=500000\r
101 \r
102 [PQueue_Push]\r
103 ThreadCount=4\r
104 QueueSize=10000\r
105 \r
106 [PQueue_PushPop]\r
107 PushThreadCount=4\r
108 PopThreadCount=4\r
109 QueueSize=10000\r
110 \r
111 [Map_Nonconcurrent_iterator]\r
112 MapSize=1000000\r
113 \r
114 [Map_Nonconcurrent_iterator_MT]\r
115 ThreadCount=4\r
116 MapSize=1000000\r
117 \r
118 [Map_find_int]\r
119 ThreadCount=2\r
120 MapSize=10000\r
121 PercentExists=50\r
122 PassCount=2\r
123 MaxLoadFactor=4\r
124 PrintGCStateFlag=1\r
125 # *** Cuckoo map properties\r
126 CuckooInitialSize=256\r
127 CuckooProbesetSize=8\r
128 # 0 - use default\r
129 CuckooProbesetThreshold=0 \r
130 # *** MultiLevelHashMap properties\r
131 MultiLevelMapHeadBits=8\r
132 MultiLevelMapArrayBits=4\r
133 \r
134 [Map_find_string]\r
135 ThreadCount=2\r
136 MapSize=10000\r
137 PercentExists=50\r
138 PassCount=2\r
139 MaxLoadFactor=4\r
140 PrintGCStateFlag=1\r
141 # *** Cuckoo map properties\r
142 CuckooInitialSize=256\r
143 CuckooProbesetSize=8\r
144 # 0 - use default\r
145 CuckooProbesetThreshold=0 \r
146 # *** MultiLevelHashMap properties\r
147 MultiLevelMapHeadBits=8\r
148 MultiLevelMapArrayBits=4\r
149 \r
150 [Map_InsDel_int]\r
151 InsertThreadCount=4\r
152 DeleteThreadCount=4\r
153 ThreadPassCount=8\r
154 MapSize=50000\r
155 MaxLoadFactor=4\r
156 PrintGCStateFlag=1\r
157 # *** Cuckoo map properties\r
158 CuckooInitialSize=256\r
159 CuckooProbesetSize=8\r
160 # 0 - use default\r
161 CuckooProbesetThreshold=0 \r
162 # *** MultiLevelHashMap properties\r
163 MultiLevelMapHeadBits=8\r
164 MultiLevelMapArrayBits=4\r
165 \r
166 [Map_InsDel_func]\r
167 InsertThreadCount=4\r
168 DeleteThreadCount=4\r
169 UpdateThreadCount=4\r
170 ThreadPassCount=8\r
171 MapSize=5000\r
172 MaxLoadFactor=4\r
173 PrintGCStateFlag=1\r
174 # *** Cuckoo map properties\r
175 CuckooInitialSize=256\r
176 CuckooProbesetSize=8\r
177 # 0 - use default\r
178 CuckooProbesetThreshold=0 \r
179 # *** MultiLevelHashMap properties\r
180 MultiLevelMapHeadBits=8\r
181 MultiLevelMapArrayBits=4\r
182 \r
183 [Map_InsDel_Item_int]\r
184 ThreadCount=4\r
185 MapSize=10000\r
186 GoalItem=5000\r
187 AttemptCount=1000\r
188 MaxLoadFactor=4\r
189 PrintGCStateFlag=1\r
190 \r
191 [Map_InsDel_string]\r
192 InsertThreadCount=4\r
193 DeleteThreadCount=4\r
194 ThreadPassCount=8\r
195 MapSize=10000\r
196 MaxLoadFactor=4\r
197 PrintGCStateFlag=1\r
198 # *** Cuckoo map properties\r
199 CuckooInitialSize=256\r
200 CuckooProbesetSize=8\r
201 # 0 - use default\r
202 CuckooProbesetThreshold=0 \r
203 # *** MultiLevelHashMap properties\r
204 MultiLevelMapHeadBits=8\r
205 MultiLevelMapArrayBits=4\r
206 \r
207 [Map_InsDel_Item_string]\r
208 ThreadCount=4\r
209 MapSize=10000\r
210 GoalItemIndex=5000\r
211 AttemptCount=1000\r
212 MaxLoadFactor=4\r
213 PrintGCStateFlag=1\r
214 \r
215 [Map_InsFind_int]\r
216 ThreadCount=0\r
217 MapSize=1000\r
218 MaxLoadFactor=4\r
219 PrintGCStateFlag=1\r
220 # *** Cuckoo map properties\r
221 CuckooInitialSize=256\r
222 CuckooProbesetSize=8\r
223 # 0 - use default\r
224 CuckooProbesetThreshold=0 \r
225 # *** MultiLevelHashMap properties\r
226 MultiLevelMapHeadBits=8\r
227 MultiLevelMapArrayBits=4\r
228 \r
229 [Map_InsDelFind]\r
230 InitialMapSize=50000\r
231 ThreadCount=4\r
232 MaxLoadFactor=8\r
233 InsertPercentage=5\r
234 DeletePercentage=5\r
235 Duration=7\r
236 PrintGCStateFlag=1\r
237 # *** Cuckoo map properties\r
238 CuckooInitialSize=256\r
239 CuckooProbesetSize=8\r
240 # 0 - use default\r
241 CuckooProbesetThreshold=0 \r
242 # *** MultiLevelHashMap properties\r
243 MultiLevelMapHeadBits=8\r
244 MultiLevelMapArrayBits=4\r
245 \r
246 [Map_DelOdd]\r
247 MapSize=50000\r
248 InsThreadCount=2\r
249 DelThreadCount=2\r
250 ExtractThreadCount=2\r
251 MaxLoadFactor=4\r
252 PrintGCStateFlag=1\r
253 #Cuckoo map properties\r
254 CuckooInitialSize=256\r
255 CuckooProbesetSize=8\r
256 # 0 - use default\r
257 CuckooProbesetThreshold=0 \r