b9d2b2e984044e297de2393a76eb403b528f18af
[libcds.git] / tests / data / test.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=1000000\r
8 \r
9 [thread_init_fini]\r
10 ThreadCount=8\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=10000000\r
21 # Max allocated block size in bytes\r
22 MaxBlockSize=66000\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=1024\r
29 BlockCount=10000\r
30 PassCount=500\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 BlocksPerThread=1000\r
38 PassCount=5000000\r
39 # Max thread count. 0 is processor_count * 2\r
40 MaxThreadCount=0\r
41 \r
42 [Random_Alloc]\r
43 DataSize=1000\r
44 MinBlockSize=8\r
45 MaxBlockSize=100000\r
46 PassCount=500000\r
47 # Max thread count. 0 is processor_count * 2\r
48 MaxThreadCount=0\r
49 \r
50 [Spinlock_MT]\r
51 ThreadCount=8\r
52 LoopCount=1000000\r
53 \r
54 [Stack_Push]\r
55 ThreadCount=8\r
56 StackSize=2000000\r
57 EliminationSize=4\r
58 \r
59 [Stack_PushPop]\r
60 PushThreadCount=16\r
61 PopThreadCount=16\r
62 StackSize=16000000\r
63 EliminationSize=4\r
64 \r
65 [IntrusiveStack_PushPop]\r
66 PushThreadCount=16\r
67 PopThreadCount=16\r
68 StackSize=32000000\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=8\r
78 FCCompactFactor=64\r
79 \r
80 [Queue_Push]\r
81 ThreadCount=8\r
82 QueueSize=5000000\r
83 \r
84 [Queue_Pop]\r
85 ThreadCount=8\r
86 QueueSize=5000000\r
87 \r
88 [Queue_ReaderWriter]\r
89 ReaderCount=4\r
90 WriterCount=4\r
91 QueueSize=5000000\r
92 \r
93 [IntrusiveQueue_ReaderWriter]\r
94 ReaderCount=4\r
95 WriterCount=4\r
96 QueueSize=5000000\r
97 \r
98 [Queue_Random]\r
99 ThreadCount=8\r
100 QueueSize=5000000\r
101 \r
102 [PQueue_Push]\r
103 ThreadCount=8\r
104 QueueSize=10000000\r
105 \r
106 [PQueue_PushPop]\r
107 PushThreadCount=4\r
108 PopThreadCount=4\r
109 QueueSize=10000000\r
110 \r
111 [Map_find_int]\r
112 ThreadCount=8\r
113 MapSize=2000000\r
114 PercentExists=50\r
115 PassCount=1\r
116 MaxLoadFactor=4\r
117 PrintGCStateFlag=1\r
118 # *** Cuckoo map properties\r
119 CuckooInitialSize=1024\r
120 CuckooProbesetSize=16\r
121 # 0 - use default\r
122 CuckooProbesetThreshold=0 \r
123 # *** MultiLevelHashMap properties\r
124 MultiLevelMapHeadBits=10\r
125 MultiLevelMapArrayBits=4\r
126 \r
127 [Map_find_string]\r
128 ThreadCount=8\r
129 MapSize=2000000\r
130 PercentExists=50\r
131 PassCount=1\r
132 MaxLoadFactor=4\r
133 PrintGCStateFlag=1\r
134 # *** Cuckoo map properties\r
135 CuckooInitialSize=1024\r
136 CuckooProbesetSize=16\r
137 # 0 - use default\r
138 CuckooProbesetThreshold=0 \r
139 # *** MultiLevelHashMap properties\r
140 MultiLevelMapHeadBits=10\r
141 MultiLevelMapArrayBits=4\r
142 \r
143 [Map_InsDel_int]\r
144 InsertThreadCount=4\r
145 DeleteThreadCount=4\r
146 ThreadPassCount=2\r
147 MapSize=1000000\r
148 MaxLoadFactor=4\r
149 PrintGCStateFlag=1\r
150 # *** Cuckoo map properties\r
151 CuckooInitialSize=1024\r
152 CuckooProbesetSize=16\r
153 # 0 - use default\r
154 CuckooProbesetThreshold=0 \r
155 # *** MultiLevelHashMap properties\r
156 MultiLevelMapHeadBits=10\r
157 MultiLevelMapArrayBits=4\r
158 \r
159 [Map_InsDel_func]\r
160 InsertThreadCount=4\r
161 DeleteThreadCount=4\r
162 UpdateThreadCount=4\r
163 ThreadPassCount=2\r
164 MapSize=1000000\r
165 MaxLoadFactor=4\r
166 PrintGCStateFlag=1\r
167 # *** Cuckoo map properties\r
168 CuckooInitialSize=1024\r
169 CuckooProbesetSize=16\r
170 # 0 - use default\r
171 CuckooProbesetThreshold=0 \r
172 # *** MultiLevelHashMap properties\r
173 MultiLevelMapHeadBits=10\r
174 MultiLevelMapArrayBits=4\r
175 \r
176 [Map_InsDel_Item_int]\r
177 ThreadCount=8\r
178 MapSize=1000000\r
179 GoalItem=500000\r
180 AttemptCount=10000\r
181 MaxLoadFactor=4\r
182 PrintGCStateFlag=1\r
183 \r
184 [Map_InsDel_string]\r
185 InsertThreadCount=4\r
186 DeleteThreadCount=4\r
187 ThreadPassCount=2\r
188 MapSize=500000\r
189 MaxLoadFactor=4\r
190 PrintGCStateFlag=1\r
191 # *** Cuckoo map properties\r
192 CuckooInitialSize=1024\r
193 CuckooProbesetSize=16\r
194 # 0 - use default\r
195 CuckooProbesetThreshold=0 \r
196 # *** MultiLevelHashMap properties\r
197 MultiLevelMapHeadBits=10\r
198 MultiLevelMapArrayBits=4\r
199 \r
200 [Map_InsDel_Item_string]\r
201 ThreadCount=8\r
202 MapSize=500000\r
203 GoalItemIndex=250000\r
204 AttemptCount=500\r
205 MaxLoadFactor=4\r
206 PrintGCStateFlag=1\r
207 \r
208 [Map_InsFind_int]\r
209 ThreadCount=0\r
210 MapSize=5000\r
211 MaxLoadFactor=4\r
212 PrintGCStateFlag=1\r
213 # *** Cuckoo map properties\r
214 CuckooInitialSize=1024\r
215 CuckooProbesetSize=16\r
216 # 0 - use default\r
217 CuckooProbesetThreshold=0 \r
218 # *** MultiLevelHashMap properties\r
219 MultiLevelMapHeadBits=10\r
220 MultiLevelMapArrayBits=4\r
221 \r
222 [Map_InsDelFind]\r
223 InitialMapSize=500000\r
224 ThreadCount=8\r
225 MaxLoadFactor=4\r
226 InsertPercentage=5\r
227 DeletePercentage=5\r
228 Duration=15\r
229 PrintGCStateFlag=1\r
230 \r
231 [Map_DelOdd]\r
232 MapSize=1000000\r
233 InsThreadCount=4\r
234 DelThreadCount=3\r
235 ExtractThreadCount=3\r
236 MaxLoadFactor=4\r
237 PrintGCStateFlag=1\r
238 #Cuckoo map properties\r
239 CuckooInitialSize=1024\r
240 CuckooProbesetSize=16\r
241 # 0 - use default\r
242 CuckooProbesetThreshold=0 \r