Skip to content

brunoshiroma/benchtool-cpp

Repository files navigation

Benchtool - C++

Build Status

Simple benchmark, using:

  • C++17 (maybe compatible with older version)
  • GMP ( GNU Multiple Precision Arithmetic Library )

Calculates N elements of fibonacci

devcontainer

Uses ubuntu 2204 and libgmp-dev

build

# with libgmp-dev installed or using the devcontainer in vs code
cmake .
make
#running
./linux_benchtool_cpp 1 100 5