Skip to content

guuzaa/gtest-benchmark-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ GTest and Benchmark Example

1. Description

If you want to benchmark your functions against other functions, you can add whose declaration and implements into /src.

2. Build

mkdir build
cd build
cmake ..
cmake --build .

Unit Test binary files are compiled into /build/test/, and Benchmark binary files are compiled into /build/bench/.

About

C++/17 GTest and Benchmark Example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published