README.md
November 16, 2025 ยท View on GitHub
Logger Benchmarks
Performance benchmarks for various C++ logging libraries.
Building and Running
-
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.pyThis will parse all
bench_results_*.txtfiles in the current directory and output formatted markdown tables with averaged results.