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