Skip to content

benoitmartin88/cpp_benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project uses Google Benchmark to test basic C++ functionalities.

Dependencies

This project depends on:

  • Google Test
  • Google Benchmark
  • CMake

gtest and google benchmark are expressed as git submodules.

Build

$ clone git@github.com:benoitmartin88/cpp_benchmark.git
$ cd cpp_benchmark
$ git submodule update --init --recursive
$ mkdir build && cd build
$ cmake -DCMAKE_BUILD_TYPE=Release .. && make

# list built files
$ ls benchmark
# run a bench
$ ./benchmark/trycatch

About

Test basic C++ functionalities using google benchmark

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published