hayai

C++ benchmarking framework inspired by Google Test for performance testing

brewmacoslinux
Try with needOr install directly
Source

About

C++ benchmarking framework inspired by the googletest framework

Commands

hayai

Examples

Create a basic benchmark suite and compile with hayai$ g++ -std=c++11 -I/usr/local/include my_benchmark.cpp -o my_benchmark && ./my_benchmark
Run benchmarks with custom iteration count$ ./my_benchmark --benchmark_repetitions=5
Filter and run specific benchmark tests$ ./my_benchmark --benchmark_filter='MyBenchmark.*'