We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d91da commit 23119e9Copy full SHA for 23119e9
Justfile
@@ -33,7 +33,7 @@ build:
33
uv build
34
35
benchmark:
36
- hyperfine --export-markdown=PERFORMANCE.md -- runbook
+ hyperfine --export-markdown=docs/PERFORMANCE.md -- runbook
37
38
template-update:
39
#!/usr/bin/env bash
PERFORMANCE.md renamed to docs/PERFORMANCE.md
@@ -1,3 +1,3 @@
1
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
2
|:---|---:|---:|---:|---:|
3
-| `runbook` | 390.5 ± 3.8 | 383.6 | 395.0 | 1.00 |
+| `runbook` | 400.9 ± 21.6 | 379.0 | 457.5 | 1.00 |
docs/index.rst
@@ -17,3 +17,4 @@ gap between simple shell scripts and more complex tooling.
17
README <README.md>
18
CLI Documentation <cli>
19
Roadmap and Notes <NOTES.md>
20
+ Performance <PERFORMANCE.md>
0 commit comments