fixed adding file problem
[c11concurrency-benchmarks.git] / gdax-orderbook-hpp / demo / dependencies / libcds-2.3.2 / test / stress / data / test-debug-gccfarm.conf
1 [General]
2 # HZP scan strategy, possible values are "classic", "inplace". Default is "classic"
3 hp_scan_strategy=inplace
4 hazard_pointer_count=72
5 #hp_max_thread_count=32
6 #hp_retired_ptr_count=256
7
8 # cds::gc::DHP initialization parameters
9 dhp_init_guard_count=8
10
11 # cds::urcu::gc initialization parameters
12 rcu_buffer_size=256
13
14
15 [Stack_Push]
16 ThreadCount=4
17 StackSize=100000
18 EliminationSize=4
19
20 [Stack_PushPop]
21 PushThreadCount=4
22 PopThreadCount=4
23 StackSize=800000
24 EliminationSize=4
25
26 [IntrusiveStack_PushPop]
27 PushThreadCount=4
28 PopThreadCount=4
29 StackSize=800000
30 EliminationSize=4
31 # Flat combining stack parameters
32 # FCIterate=1 - the test will be run iteratively
33 #   for combine pass count from 1 to FCCombinePassCount
34 #   and compact factor from 1 to FCCompactFactor
35 # FCIterate=0 - the test runs only once for giving
36 #   FCCombinePassCount and FCCompactFactor
37 FCIterate=0
38 FCCombinePassCount=4
39 FCCompactFactor=64
40
41 [queue_push]
42 ThreadCount=4
43 QueueSize=100000
44 # SegmentedQueue parameters:
45 # SegmentedQueue_Iterate: 
46 #    1 - run test iteratively for segment size from 4 up to SegmentedQueue_SegmentSize
47 #    0 - run test for segment size equal to SegmentedQueue_SegmentSize
48 SegmentedQueue_Iterate=0
49 SegmentedQueue_SegmentSize=64
50
51 [queue_pop]
52 ThreadCount=4
53 QueueSize=100000
54 # SegmentedQueue parameters:
55 # SegmentedQueue_Iterate: 
56 #    1 - run test iteratively for segment size from 4 up to SegmentedQueue_SegmentSize
57 #    0 - run test for segment size equal to SegmentedQueue_SegmentSize
58 SegmentedQueue_Iterate=0
59 SegmentedQueue_SegmentSize=64
60
61 [queue_push_pop]
62 ProducerCount=2
63 ConsumerCount=2
64 QueueSize=100000
65 # HeavyValueSize - size of value for flat cobining containers, default 100
66 # HeavyValueSize=100
67 # SegmentedQueue parameters:
68 # SegmentedQueue_Iterate: 
69 #    1 - run test iteratively for segment size from 4 up to SegmentedQueue_SegmentSize
70 #    0 - run test for segment size equal to SegmentedQueue_SegmentSize
71 SegmentedQueue_Iterate=0
72 SegmentedQueue_SegmentSize=64
73
74 [queue_random]
75 ThreadCount=4
76 QueueSize=500000
77 # SegmentedQueue parameters:
78 # SegmentedQueue_Iterate: 
79 #    1 - run test iteratively for segment size from 4 up to SegmentedQueue_SegmentSize
80 #    0 - run test for segment size equal to SegmentedQueue_SegmentSize
81 SegmentedQueue_Iterate=0
82 SegmentedQueue_SegmentSize=64
83
84 [intrusive_queue_push_pop]
85 ReaderCount=2
86 WriterCount=2
87 QueueSize=100000
88 # Flat combining queue parameters
89 FCCompactFactor=64
90 FCPassCount=8
91 # SegmentedQueue parameters:
92 # SegmentedQueue_Iterate: 
93 #    1 - run test iteratively for segment size from 4 up to SegmentedQueue_SegmentSize
94 #    0 - run test for segment size equal to SegmentedQueue_SegmentSize
95 SegmentedQueue_Iterate=0
96 SegmentedQueue_SegmentSize=64
97
98 [bounded_queue_fulness]
99 ThreadCount=4
100 QueueSize=1024
101 PassCount=100000
102
103 [spsc_queue]
104 QueueSize=1024
105 PassCount=10000
106
107 [spsc_buffer]
108 BufferSize=100000
109 PushCount=100000
110
111 [pqueue_pop]
112 ThreadCount=4
113 QueueSize=30000
114
115 [pqueue_push]
116 ThreadCount=4
117 QueueSize=30000
118
119 [pqueue_push_pop]
120 PushThreadCount=4
121 PopThreadCount=4
122 QueueSize=30000
123
124 [map_find_string]
125 ThreadCount=2
126 MapSize=10000
127 PercentExists=50
128 PassCount=2
129 MaxLoadFactor=4
130
131 # *** Cuckoo map properties
132 CuckooInitialSize=256
133 CuckooProbesetSize=8
134 # 0 - use default
135 CuckooProbesetThreshold=0
136
137 # *** FeldmanHashMap properties
138 FeldmanMapHeadBits=8
139 FeldmanMapArrayBits=8
140
141 [map_insdel_func]
142 InsertThreadCount=2
143 DeleteThreadCount=2
144 UpdateThreadCount=2
145 ThreadPassCount=6
146 MapSize=10000
147 MaxLoadFactor=4
148
149 # *** Cuckoo map properties
150 CuckooInitialSize=256
151 CuckooProbesetSize=8
152 # 0 - use default
153 CuckooProbesetThreshold=0
154
155 # *** FeldmanHashMap properties
156 FeldmanMapHeadBits=8
157 FeldmanMapArrayBits=8
158
159 [map_insdel_item_int]
160 InsertThreadCount=2
161 DeleteThreadCount=2
162 MapSize=5000
163 GoalItem=2500
164 AttemptCount=500
165 MaxLoadFactor=4
166
167 # *** Cuckoo map properties
168 CuckooInitialSize=256
169 CuckooProbesetSize=8
170 # 0 - use default
171 CuckooProbesetThreshold=0
172
173 # *** FeldmanHashMap properties
174 FeldmanMapHeadBits=8
175 FeldmanMapArrayBits=8
176
177 [map_insdel_string]
178 InsertThreadCount=2
179 DeleteThreadCount=2
180 ThreadPassCount=4
181 MapSize=10000
182 MaxLoadFactor=4
183 PrintGCStateFlag=1
184
185 # *** Cuckoo map properties
186 CuckooInitialSize=256
187 CuckooProbesetSize=8
188 # 0 - use default
189 CuckooProbesetThreshold=0
190
191 # *** FeldmanHashMap properties
192 FeldmanMapHeadBits=8
193 FeldmanMapArrayBits=8
194
195 [map_insdelfind]
196 InitialMapSize=50000
197 ThreadCount=4
198 MaxLoadFactor=4
199 InsertPercentage=20
200 DeletePercentage=20
201 Duration=3
202
203 # *** Cuckoo map properties
204 CuckooInitialSize=256
205 CuckooProbesetSize=8
206 # 0 - use default
207 CuckooProbesetThreshold=0
208
209 # *** FeldmanHashMap properties
210 FeldmanMapHeadBits=8
211 FeldmanMapArrayBits=8
212
213 [map_delodd]
214 MapSize=10000
215 InsThreadCount=2
216 DelThreadCount=2
217 ExtractThreadCount=2
218 FindThreadCount=2
219 MaxLoadFactor=4
220 PassCount=20
221
222 #Cuckoo map properties
223 CuckooInitialSize=256
224 CuckooProbesetSize=8
225 # 0 - use default
226 CuckooProbesetThreshold=0
227
228 # *** FeldmanHashMap properties
229 FeldmanMapHeadBits=8
230 FeldmanMapArrayBits=8
231
232 [map_minmax]
233 MapSize=50000
234 InsThreadCount=2
235 ExtractThreadCount=2
236 PassCount=500
237
238 # *** FeldmanHashMap properties
239 FeldmanMapHeadBits=8
240 FeldmanMapArrayBits=8
241
242 [map_iter_erase]
243 MapSize=5000
244 InsThreadCount=2
245 DelThreadCount=2
246 ExtractThreadCount=2
247 FindThreadCount=2
248 MaxLoadFactor=4
249 PassCount=400
250
251 # *** FeldmanHashMap properties
252 FeldmanMapHeadBits=8
253 FeldmanMapArrayBits=8
254
255 [free_list]
256 ThreadCount=4
257 PassCount=100000