RobertCrupa / microbenchmarking

Example benchmark using Google benchmark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microbenchmarking with Google Benchmark

For a detailed explanation on benchnmarking with google benchmark see my blog post.

Building

Preliminary

To start, the repository has to be cloned:

$ git clone https://github.com/RobertCrupa/microbenchmarking.git
$ cd microbenchmarking

Building and running the test cases

To create build folder and run tests:

$ cmake -S . -B build
$ cmake --build build
$ cd build && ./benchmark

About

Example benchmark using Google benchmark

License:MIT License


Languages

Language:C++ 88.9%Language:CMake 11.1%