Removing unused vars
[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 \r
135 [Map_InsDel_func]\r
136 InsertThreadCount=4\r
137 DeleteThreadCount=4\r
138 EnsureThreadCount=4\r
139 ThreadPassCount=2\r
140 MapSize=1000000\r
141 MaxLoadFactor=4\r
142 PrintGCStateFlag=1\r
143 \r
144 [Map_InsDel_Item_int]\r
145 ThreadCount=8\r
146 MapSize=1000000\r
147 GoalItem=500000\r
148 AttemptCount=10000\r
149 MaxLoadFactor=4\r
150 PrintGCStateFlag=1\r
151 \r
152 [Map_InsDel_string]\r
153 InsertThreadCount=4\r
154 DeleteThreadCount=4\r
155 ThreadPassCount=2\r
156 MapSize=500000\r
157 MaxLoadFactor=4\r
158 PrintGCStateFlag=1\r
159 \r
160 [Map_InsDel_Item_string]\r
161 ThreadCount=8\r
162 MapSize=500000\r
163 GoalItemIndex=250000\r
164 AttemptCount=500\r
165 MaxLoadFactor=4\r
166 PrintGCStateFlag=1\r
167 \r
168 [Map_InsFind_int]\r
169 ThreadCount=0\r
170 MapSize=5000\r
171 MaxLoadFactor=4\r
172 PrintGCStateFlag=1\r
173 \r
174 [Map_InsDelFind]\r
175 InitialMapSize=500000\r
176 ThreadCount=8\r
177 MaxLoadFactor=4\r
178 InsertPercentage=5\r
179 DeletePercentage=5\r
180 Duration=15\r
181 PrintGCStateFlag=1\r
182 \r
183 [Map_DelOdd]\r
184 MapSize=1000000\r
185 InsThreadCount=4\r
186 DelThreadCount=3\r
187 ExtractThreadCount=3\r
188 MaxLoadFactor=4\r
189 PrintGCStateFlag=1\r