StripedMap: replace ensure() with update(), find(key) with contains(key)
[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 \r
119 [Map_find_string]\r
120 ThreadCount=8\r
121 MapSize=2000000\r
122 PercentExists=50\r
123 PassCount=1\r
124 MaxLoadFactor=4\r
125 PrintGCStateFlag=1\r
126 \r
127 [Map_InsDel_int]\r
128 InsertThreadCount=4\r
129 DeleteThreadCount=4\r
130 ThreadPassCount=2\r
131 MapSize=1000000\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_func]\r
144 InsertThreadCount=4\r
145 DeleteThreadCount=4\r
146 UpdateThreadCount=4\r
147 ThreadPassCount=2\r
148 MapSize=1000000\r
149 MaxLoadFactor=4\r
150 PrintGCStateFlag=1\r
151 # *** Cuckoo map properties\r
152 CuckooInitialSize=1024\r
153 CuckooProbesetSize=16\r
154 # 0 - use default\r
155 CuckooProbesetThreshold=0 \r
156 # *** MultiLevelHashMap properties\r
157 MultiLevelMapHeadBits=10\r
158 MultiLevelMapArrayBits=4\r
159 \r
160 [Map_InsDel_Item_int]\r
161 ThreadCount=8\r
162 MapSize=1000000\r
163 GoalItem=500000\r
164 AttemptCount=10000\r
165 MaxLoadFactor=4\r
166 PrintGCStateFlag=1\r
167 \r
168 [Map_InsDel_string]\r
169 InsertThreadCount=4\r
170 DeleteThreadCount=4\r
171 ThreadPassCount=2\r
172 MapSize=500000\r
173 MaxLoadFactor=4\r
174 PrintGCStateFlag=1\r
175 \r
176 [Map_InsDel_Item_string]\r
177 ThreadCount=8\r
178 MapSize=500000\r
179 GoalItemIndex=250000\r
180 AttemptCount=500\r
181 MaxLoadFactor=4\r
182 PrintGCStateFlag=1\r
183 \r
184 [Map_InsFind_int]\r
185 ThreadCount=0\r
186 MapSize=5000\r
187 MaxLoadFactor=4\r
188 PrintGCStateFlag=1\r
189 \r
190 [Map_InsDelFind]\r
191 InitialMapSize=500000\r
192 ThreadCount=8\r
193 MaxLoadFactor=4\r
194 InsertPercentage=5\r
195 DeletePercentage=5\r
196 Duration=15\r
197 PrintGCStateFlag=1\r
198 \r
199 [Map_DelOdd]\r
200 MapSize=1000000\r
201 InsThreadCount=4\r
202 DelThreadCount=3\r
203 ExtractThreadCount=3\r
204 MaxLoadFactor=4\r
205 PrintGCStateFlag=1\r
206 #Cuckoo map properties\r
207 CuckooInitialSize=1024\r
208 CuckooProbesetSize=16\r
209 # 0 - use default\r
210 CuckooProbesetThreshold=0 \r