1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
# This is an example config file for pmembench
# Global parameters
[global]
file = /dev/shm/testfile.tx
group = pmemobj
ops-per-thread = 100
# obj_tx_alloc benchmark
# variable threads number
# one type-number
[obj_tx_alloc_thread_one_type_num]
bench = obj_tx_alloc
threads = 1:+1:5
data-size = 512
# obj_tx_alloc benchmark
# variable threads number
# one type-number per thread
[obj_tx_alloc_thread_per_thread_type_num]
bench = obj_tx_alloc
threads = 1:+1:5
data-size = 512
type-number = per-thread
# obj_tx_alloc benchmark
# variable allocation size
# abort every nested transaction
# rand type-number
[obj_tx_alloc_sizes_abort_nested]
bench = obj_tx_alloc
data-size = 8:*2:16384
operation = abort-nested
nestings = 100
type-number = rand
# obj_tx_alloc benchmark
# variable allocation size
# use file io instead pmem
# rand type-number
[obj_tx_alloc_sizes_file_io]
bench = obj_tx_alloc
data-size = 8:*2:16384
nestings = 100
lib = dram
type-number = rand
# obj_tx_alloc benchmark
# variable allocation size
# pmem without transactions
# rand type-number
[obj_tx_alloc_sizes_atomic]
bench = obj_tx_alloc
data-size = 8:*2:16384
nestings = 100
lib = pmem
type-number = rand
# obj_tx_alloc benchmark
# variable number of nested transactions
# abort every nested transaction
# rand type-number
[obj_tx_alloc_nestings_abort_nested]
bench = obj_tx_alloc
data-size = 512
min-size = 1
operation = abort-nested
nestings = 1:*10:10000
type-number = rand
# obj_tx_alloc benchmark
# variable number of nested transactions
# use file io instead pmem
# rand type-number
[obj_tx_alloc_nestings_file_io]
bench = obj_tx_alloc
data-size = 512
min-size = 1
nestings = 1:*10:10000
lib = dram
type-number = rand
# obj_tx_alloc benchmark
# variable number of nested transactions
# pmem without transactions
# rand type-number
[obj_tx_alloc_nestings_atomic]
bench = obj_tx_alloc
data-size = 512
min-size = 1
nestings = 1:*10:10000
lib = pmem
type-number = rand
# obj_tx_free benchmark
# variable allocation size
# abort every nested transaction
# rand type-number
[obj_tx_free_sizes_abort_nested]
bench = obj_tx_free
data-size = 8:*2:8192
operation = abort-nested
nestings = 100
type-number = rand
# obj_tx_free benchmark
# variable allocation size
# use file io instead pmem
# rand type-number
[obj_tx_free_sizes_file_io]
bench = obj_tx_free
data-size = 8:*2:8192
nestings = 100
lib = dram
type-number = rand
# obj_tx_free benchmark
# variable allocation size
# pmem without transactions
# rand type-number
[obj_tx_free_sizes_atomic]
bench = obj_tx_free
data-size = 8:*2:8192
nestings = 100
lib = pmem
type-number = rand
# obj_tx_free benchmark
# variable number of nested transactions
# abort every nested transaction
# rand type-number
[obj_tx_free_nestings_abort_nested]
bench = obj_tx_free
data-size = 512
min-size = 1
operation = abort-nested
nestings = 1:*10:10000
type-number = rand
# obj_tx_free benchmark
# variable number of nested transactions
# use file io instead pmem
# rand type-number
[obj_tx_free_nestings_file_io]
bench = obj_tx_free
data-size = 512
min-size = 1
nestings = 1:*10:10000
lib = dram
type-number = rand
# obj_tx_free benchmark
# variable number of nested transactions
# pmem without transactions
# rand type-number
[obj_tx_free_nestings_atomic]
bench = obj_tx_free
data-size = 512
min-size = 1
nestings = 1:*10:10000
lib = pmem
type-number = rand
# obj_tx_realloc benchmark
# variable allocation size
# abort every nested transaction
# rand type-number
[obj_tx_realloc_data_sizes_abort]
bench = obj_tx_realloc
data-size = 8:*2:8192
realloc-size = 64
min-rsize = 1
operation = abort
nestings = 100
type-number = rand
# obj_tx_realloc benchmark
# variable allocation size
# use file io instead pmem
# rand type-number
[obj_tx_realloc_data_sizes_file_io]
bench = obj_tx_realloc
data-size = 8:*2:8192
realloc-size = 64
min-rsize = 1
nestings = 100
lib = dram
type-number = rand
# obj_tx_realloc benchmark
# variable allocation size
# pmem without transactions
# rand type-number
[obj_tx_realloc_data_sizes_atomic]
bench = obj_tx_realloc
data-size = 8:*2:8192
realloc-size = 64
min-rsize = 1
nestings = 100
lib = pmem
type-number = rand
# obj_tx_realloc benchmark
# variable reallocation size
# abort every nested transaction
# rand type-number
# another type number in realloc than in alloc
[obj_tx_realloc_sizes_abort]
bench = obj_tx_realloc
data-size = 4
min-size = 1
realloc-size = 256:*2:16384
operation = abort
changed-type = true
type-number = rand
# obj_tx_realloc benchmark
# variable reallocation size
# use file io instead pmem
# rand type-number
[obj_tx_realloc_sizes_file_io]
bench = obj_tx_realloc
data-size = 4
min-size = 1
realloc-size = 256:*2:16384
lib = dram
type-number = rand
# obj_tx_realloc benchmark
# variable reallocation size
# abort every nested transaction
# rand type-number
# another type number in realloc than in alloc
[obj_tx_realloc_sizes_atomic]
bench = obj_tx_realloc
data-size = 4
min-size = 1
realloc-size = 256:*2:16384
lib = pmem
changed-type = true
type-number = rand
# obj_tx_add_range benchmark
# variable allocation size
# allocate different objects
# in one transaction
# rand type-number
[obj_tx_add_sizes_all_obj]
bench = obj_tx_add_range
data-size = 128:*2:16384
operation = all-obj
type-number = rand
# obj_tx_add_range benchmark
# variable operations number
# allocate different objects
# in one transaction
# rand type-number
[obj_tx_add_ops_all_obj]
bench = obj_tx_add_range
data-size = 512
operation = all-obj
ops-per-thread = 1:*5:625
type-number = rand
# obj_tx_add_range benchmark
# variable allocation size
# allocate one object
# in one transaction
# rand type-number
[obj_tx_add_sizes_one_obj]
bench = obj_tx_add_range
data-size = 128:*2:16384
operation = basic
type-number = rand
# obj_tx_add_range benchmark
# variable operations number
# allocate one object
# in one transaction
# rand type-number
[obj_tx_add_ops_one_obj]
bench = obj_tx_add_range
data-size = 10000
operation = basic
ops-per-thread = 1:*5:78125
type-number = rand
# obj_tx_add_range benchmark
# variable allocation size
# allocate parts of one object
# in one transaction
# rand type-number
[obj_tx_add_sizes_range]
bench = obj_tx_add_range
data-size = 128:*2:16384
operation = range
type-number = rand
# obj_tx_add_range benchmark
# variable operations number
# allocate parts of one object
# in one transaction
# rand type-number
[obj_tx_add_ops_range]
bench = obj_tx_add_range
data-size = 10000
operation = range
ops-per-thread = 1:*5:625
type-number = rand
# obj_tx_add_range benchmark
# variable allocation size
# allocate all objects
# in many nested transactions
# rand type-number
[obj_tx_add_sizes_all_obj_nested]
bench = obj_tx_add_range
data-size = 128:*2:16384
operation = all-obj-nested
type-number = rand
# obj_tx_add_range benchmark
# variable operations number
# allocate all objects
# in many nested transactions
# rand type-number
[obj_tx_add_ops_all_obj_nested]
bench = obj_tx_add_range
data-size = 10000
operation = all-obj-nested
ops-per-thread = 1:*5:625
type-number = rand
# obj_tx_add_range benchmark
# variable allocation size
# allocate one object
# in many nested transactions
# rand type-number
[obj_tx_add_sizes_one_obj_nested]
bench = obj_tx_add_range
data-size = 128:*2:16384
operation = one-obj-nested
type-number = rand
# obj_tx_add_range benchmark
# variable operations number
# allocate one object
# in many nested transactions
# rand type-number
[obj_tx_add_ops_one_obj_nested]
bench = obj_tx_add_range
data-size = 10000
operation = one-obj-nested
ops-per-thread = 1:*5:625
type-number = rand
# obj_tx_add_range benchmark
# variable allocation size
# allocate parts of one object
# in many nested transactions
# rand type-number
[obj_tx_add_sizes_range_nested]
bench = obj_tx_add_range
data-size = 128:*2:16384
operation = range-nested
type-number = rand
# obj_tx_add_range benchmark
# variable operations number
# allocate parts of one objects
# in many nested transactions
# rand type-number
[obj_tx_add_ops_range_nested]
bench = obj_tx_add_range
data-size = 10000
operation = range-nested
ops-per-thread = 1:*5:625
type-number = rand