Benchmark

We use gbench to create a benchmark for the C++ code.

The benchmark subfolder contains all the code related to the benchmarks. In main.cpp the actual benchmarks are implemented.

project
├── ...
├── benchmark
│   ├── main.cpp
├── ...