CppBenchmark
CppBenchmark copied to clipboard
Performance benchmark framework for C++ with nanoseconds measure precision
Added export to file, can be useful. Fixed json output generation, some quotes and comma were missing.
I am browsing the examples and putting things together, and noticed, that the sort example does not really make sense. Each sort class inheriting from the SortFixture calls Initialize at...
In trying to build this on Arch Linux, I had to add this option to suppress compiler warnings as they were being treated as errors. However, this is at most...
Looks like cppbenchmark not working properly with gcc-13. See my repo with some C++ benchmarks and issue: https://github.com/tilir/benchmarks/issues/2