Skip to content

Commit 23119e9

Browse files
committed
Move performance info to docs
1 parent a9d91da commit 23119e9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ build:
3333
uv build
3434

3535
benchmark:
36-
hyperfine --export-markdown=PERFORMANCE.md -- runbook
36+
hyperfine --export-markdown=docs/PERFORMANCE.md -- runbook
3737

3838
template-update:
3939
#!/usr/bin/env bash
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
22
|:---|---:|---:|---:|---:|
3-
| `runbook` | 390.5 ± 3.8 | 383.6 | 395.0 | 1.00 |
3+
| `runbook` | 400.9 ± 21.6 | 379.0 | 457.5 | 1.00 |

docs/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ gap between simple shell scripts and more complex tooling.
1717
README <README.md>
1818
CLI Documentation <cli>
1919
Roadmap and Notes <NOTES.md>
20+
Performance <PERFORMANCE.md>

0 commit comments

Comments
 (0)