929420ce602de48bdfed13ffdecd385d00f4623b
[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 \r
124 [Map_find_string]\r
125 ThreadCount=8\r
126 MapSize=100000\r
127 PercentExists=50\r
128 PassCount=2\r
129 MaxLoadFactor=4\r
130 PrintGCStateFlag=1\r
131 \r
132 [Map_InsDel_int]\r
133 InsertThreadCount=4\r
134 DeleteThreadCount=4\r
135 ThreadPassCount=2\r
136 MapSize=100000\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_func]\r
149 InsertThreadCount=4\r
150 DeleteThreadCount=4\r
151 UpdateThreadCount=4\r
152 ThreadPassCount=4\r
153 MapSize=100000\r
154 MaxLoadFactor=4\r
155 PrintGCStateFlag=1\r
156 # *** Cuckoo map properties\r
157 CuckooInitialSize=1024\r
158 CuckooProbesetSize=16\r
159 # 0 - use default\r
160 CuckooProbesetThreshold=0 \r
161 # *** MultiLevelHashMap properties\r
162 MultiLevelMapHeadBits=8\r
163 MultiLevelMapArrayBits=4\r
164 \r
165 [Map_InsDel_Item_int]\r
166 ThreadCount=8\r
167 MapSize=100000\r
168 GoalItem=50000\r
169 AttemptCount=100\r
170 MaxLoadFactor=4\r
171 PrintGCStateFlag=1\r
172 \r
173 [Map_InsDel_string]\r
174 InsertThreadCount=4\r
175 DeleteThreadCount=4\r
176 ThreadPassCount=2\r
177 MapSize=100000\r
178 MaxLoadFactor=4\r
179 PrintGCStateFlag=1\r
180 \r
181 [Map_InsDel_Item_string]\r
182 ThreadCount=8\r
183 MapSize=100000\r
184 GoalItemIndex=50000\r
185 AttemptCount=100\r
186 MaxLoadFactor=4\r
187 PrintGCStateFlag=1\r
188 \r
189 [Map_InsFind_int]\r
190 ThreadCount=0\r
191 MapSize=1000\r
192 MaxLoadFactor=4\r
193 PrintGCStateFlag=1\r
194 \r
195 [Map_InsDelFind]\r
196 InitialMapSize=500000\r
197 ThreadCount=8\r
198 MaxLoadFactor=4\r
199 InsertPercentage=5\r
200 DeletePercentage=5\r
201 Duration=15\r
202 PrintGCStateFlag=1\r
203 \r
204 [Map_DelOdd]\r
205 MapSize=500000\r
206 InsThreadCount=4\r
207 DelThreadCount=3\r
208 ExtractThreadCount=3\r
209 MaxLoadFactor=4\r
210 PrintGCStateFlag=1\r
211 #Cuckoo map properties\r
212 CuckooInitialSize=1024\r
213 CuckooProbesetSize=16\r
214 # 0 - use default\r
215 CuckooProbesetThreshold=0 \r