Skip to content

Commit 0f1cb0b

Browse files
committed
docs: update documenetation
1 parent e5eb035 commit 0f1cb0b

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ repos:
196196
| Verbose output | ✅ via `--verbose` | ❌ |
197197

198198
> [!TIP]
199-
> In most cases, there is no significant performance difference between `cpp-linter-hooks` and `mirrors-clang-format`. See the [benchmark results](docs/benchmark.md) for details.
199+
> 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.
200200

201201
## Contributing
202202

testing/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@
66
pre-commit try-repo ./.. clang-format --verbose --all-files
77
pre-commit try-repo ./.. clang-tidy --verbose --all-files
88
```
9+
10+
## Benchmark
11+
12+
```bash
13+
python3 testing/benchmark_hooks.py
14+
```
File renamed without changes.

0 commit comments

Comments
 (0)