Skip to content

Latest commit

 

History

History

benchmarks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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)