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.
Persistent Memory Development Kit

This is benchmarks/README.

This directory contains benchmarks for Persistent Memory Development Kit.

Benchmarks may be built and run from this directory using:
	$ make
	$ make run

See how to run benchmarks manually using:
	$ LD_LIBRARY_PATH=../nondebug ./pmembench --help

** DEPENDENCIES: **
In order to build benchmarks you need to install glib-2.0 development
package.

rpm-based systems : glibX-devel (where X is the API/ABI version)
dpkg-based systems: libglibX-dev (where X is the API/ABI version)