C++ microbenchmark support library for performance testing
C++ microbenchmark support library
google-benchmark$ find_package(benchmark REQUIRED) && target_link_libraries(my_benchmark benchmark::benchmark)$ ./my_benchmark --benchmark_format=json > results.json$ ./my_benchmark --benchmark_repetitions=5 --benchmark_min_time=1.0