nvml-sys 0.0.6

A low-level FFI wrapper around the Persistent Memory Development Kit, PMDK (formerly NVML) and its libraries, including libpmem, libpmemobj and others. Currently tracks master after version 1.3.1.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Global parameters
[global]
group = pmemobj
file = ./testfile.lane
ops-per-thread = 100000
threads = 1:*2:32

[allocator_lane]
bench = obj_lanes
lane_section = allocator

[list_lane]
bench = obj_lanes
lane_section = list

[transaction_lane]
bench = obj_lanes
lane_section = transaction