Refactored Map_insdel_int 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 \r
126 [Map_find_string]\r
127 ThreadCount=2\r
128 MapSize=10000\r
129 PercentExists=50\r
130 PassCount=2\r
131 MaxLoadFactor=4\r
132 PrintGCStateFlag=1\r
133 \r
134 [Map_InsDel_int]\r
135 InsertThreadCount=4\r
136 DeleteThreadCount=4\r
137 ThreadPassCount=8\r
138 MapSize=50000\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 \r
147 [Map_InsDel_func]\r
148 InsertThreadCount=4\r
149 DeleteThreadCount=4\r
150 EnsureThreadCount=4\r
151 ThreadPassCount=8\r
152 MapSize=5000\r
153 MaxLoadFactor=4\r
154 PrintGCStateFlag=1\r
155 \r
156 [Map_InsDel_Item_int]\r
157 ThreadCount=4\r
158 MapSize=10000\r
159 GoalItem=5000\r
160 AttemptCount=1000\r
161 MaxLoadFactor=4\r
162 PrintGCStateFlag=1\r
163 \r
164 [Map_InsDel_string]\r
165 InsertThreadCount=4\r
166 DeleteThreadCount=4\r
167 ThreadPassCount=8\r
168 MapSize=10000\r
169 MaxLoadFactor=4\r
170 PrintGCStateFlag=1\r
171 \r
172 [Map_InsDel_Item_string]\r
173 ThreadCount=4\r
174 MapSize=10000\r
175 GoalItemIndex=5000\r
176 AttemptCount=1000\r
177 MaxLoadFactor=4\r
178 PrintGCStateFlag=1\r
179 \r
180 [Map_InsFind_int]\r
181 ThreadCount=0\r
182 MapSize=1000\r
183 MaxLoadFactor=4\r
184 PrintGCStateFlag=1\r
185 \r
186 [Map_InsDelFind]\r
187 InitialMapSize=50000\r
188 ThreadCount=4\r
189 MaxLoadFactor=8\r
190 InsertPercentage=5\r
191 DeletePercentage=5\r
192 Duration=7\r
193 PrintGCStateFlag=1\r
194 \r
195 [Map_DelOdd]\r
196 MapSize=50000\r
197 InsThreadCount=2\r
198 DelThreadCount=2\r
199 ExtractThreadCount=2\r
200 MaxLoadFactor=4\r
201 PrintGCStateFlag=1\r
202 #Cuckoo map properties\r
203 CuckooInitialSize=256\r
204 CuckooProbesetSize=8\r
205 # 0 - use default\r
206 CuckooProbesetThreshold=0 \r