Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 262 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 262 Bytes

mbm - a simple micro-benchmarking framework

For usage see src/test/benchmarks.cpp

Requires:

  • cmake >= 2.8
  • boost >= 1.50
  • gcc >= 4.7.3

To build:

    $ mkdir build/Release && cd build/Release
    $ cmake ../.. -DCMAKE_BUILD_TYPE=Release
    $ make