OpenMP benchmark examples with Google Benchmark.
No dependencies are needed to be installed, as CMake (minimum version 3.25) downloads GTest and GBenchmark.
To build with CMake
cmake -B build
cd build
make
To run the benchmarks from the build
folder use respectively
cd benchmark
./bench_saxpy
./bench_pi
./bench_laplace2d