Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 656 Bytes

File metadata and controls

20 lines (12 loc) · 656 Bytes

Benchmarking

CodSpeed Badge

This document outlines the benchmarking process for comparing the performance of cpp-linter-hooks and mirrors-clang-format.

Running the Benchmark

python3 testing/benchmark_hooks.py

Results

The results of the benchmarking process will be saved to testing/benchmark_results.txt.

To Do

  • Run benchmark against a larger codebase, such as TheAlgorithms/C-Plus-Plus.
  • Run benchmark with GitHub Actions for continuous integration.