Logger Benchmarks
Performance benchmarks for various C++ logging libraries.
-
Compile all targets
cmake -DCMAKE_BUILD_TYPE=Release -S . -B cmake-build-release cmake --build cmake-build-release -
Run all benchmarks
python3 run_all.py
-
Generate result tables
python3 generate_tables.py
This will parse all
bench_results_*.txtfiles in the current directory and output formatted markdown tables with averaged results.