We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68982cc commit e5eb035Copy full SHA for e5eb035
docs/benchmark.md
@@ -12,4 +12,14 @@ python3 testing/benchmark_hooks.py
12
13
## Results
14
15
-The results of the benchmarking process will be saved to [this file](testing/benchmark_results.txt).
+```bash
16
+# Updated on 2025-09-02
17
+Benchmark Results:
18
+
19
+Hook | Avg (s) | Std (s) | Min (s) | Max (s) | Runs
20
+---------------------+------------------+------------------+------------------+------------------+-----------------
21
+mirrors-clang-format | 0.116 | 0.003 | 0.113 | 0.118 | 5
22
+cpp-linter-hooks | 0.114 | 0.003 | 0.109 | 0.117 | 5
23
24
+Results saved to testing/benchmark_results.txt
25
+```
0 commit comments