README.md

November 16, 2025 ยท View on GitHub

Logger Benchmarks

Performance benchmarks for various C++ logging libraries.

Building and Running

  1. Compile all targets

    cmake -DCMAKE_BUILD_TYPE=Release -S . -B cmake-build-release
    cmake --build cmake-build-release
    
  2. Run all benchmarks

    python3 run_all.py
    
  3. Generate result tables

    python3 generate_tables.py
    

    This will parse all bench_results_*.txt files in the current directory and output formatted markdown tables with averaged results.