Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 235 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 235 Bytes

benchmarkCPP

Build & Run tests:

g++ ./src/grid.cpp ./test/solution.cpp ./test/benchmarkFunctions.cpp -std=c++17 -isystem benchmark/include -Lbenchmark/build/src -lbenchmark -O2 -lpthread -fopenmp -o mybenchmark && ./mybenchmark