You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> In most cases, there is no significant performance difference between `cpp-linter-hooks` and `mirrors-clang-format`. See the [benchmark results](testing/benchmark.md) for details.
This document outlines the benchmarking process for comparing the performance of cpp-linter-hooks and mirrors-clang-format.
4
+
5
+
> About tests performance can be found at: [](https://codspeed.io/cpp-linter/cpp-linter-hooks)
6
+
7
+
## Running the Benchmark
8
+
9
+
```bash
10
+
python3 testing/benchmark_hooks.py
11
+
```
12
+
13
+
## Results
14
+
15
+
```bash
16
+
# Updated on 2025-09-02
17
+
Benchmark Results:
18
+
19
+
Hook | Avg (s) | Std (s) | Min (s) | Max (s) | Runs
0 commit comments