Move libcds 1.6.0 from SVN
[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 and gc::HRC\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 \r
140 [Map_InsDel_func]\r
141 InsertThreadCount=4\r
142 DeleteThreadCount=4\r
143 EnsureThreadCount=4\r
144 ThreadPassCount=4\r
145 MapSize=100000\r
146 MaxLoadFactor=4\r
147 PrintGCStateFlag=1\r
148 \r
149 [Map_InsDel_Item_int]\r
150 ThreadCount=8\r
151 MapSize=100000\r
152 GoalItem=50000\r
153 AttemptCount=100\r
154 MaxLoadFactor=4\r
155 PrintGCStateFlag=1\r
156 \r
157 [Map_InsDel_string]\r
158 InsertThreadCount=4\r
159 DeleteThreadCount=4\r
160 ThreadPassCount=2\r
161 MapSize=100000\r
162 MaxLoadFactor=4\r
163 PrintGCStateFlag=1\r
164 \r
165 [Map_InsDel_Item_string]\r
166 ThreadCount=8\r
167 MapSize=100000\r
168 GoalItemIndex=50000\r
169 AttemptCount=100\r
170 MaxLoadFactor=4\r
171 PrintGCStateFlag=1\r
172 \r
173 [Map_InsFind_int]\r
174 ThreadCount=0\r
175 MapSize=1000\r
176 MaxLoadFactor=4\r
177 PrintGCStateFlag=1\r
178 \r
179 [Map_InsDelFind]\r
180 InitialMapSize=500000\r
181 ThreadCount=8\r
182 MaxLoadFactor=4\r
183 InsertPercentage=5\r
184 DeletePercentage=5\r
185 Duration=15\r
186 PrintGCStateFlag=1\r
187 \r
188 [Map_DelOdd]\r
189 MapSize=500000\r
190 InsThreadCount=4\r
191 DelThreadCount=3\r
192 ExtractThreadCount=3\r
193 MaxLoadFactor=4\r
194 PrintGCStateFlag=1