Skip to content

Commit e5eb035

Browse files
committed
fix: update benchmark result link
1 parent 68982cc commit e5eb035

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/benchmark.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,14 @@ python3 testing/benchmark_hooks.py
1212

1313
## Results
1414

15-
The results of the benchmarking process will be saved to [this file](testing/benchmark_results.txt).
15+
```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

Comments
 (0)