Commit 002336d
authored
docs(benchmarks): improve benchmarking quickstart for users (kroxylicious#3811)
* docs(benchmarks): improve quickstart for upstream users
- Clarify that jbang and mvn are only needed for compare-results.sh,
not for running benchmarks
- Add --cluster-overrides section with example for non-default storage
classes and cluster-specific settings
- Add encryption to the available scenarios list
- Add 1topic-10kb and 1topic-100kb to available workloads list
- Add rate sweep section showing how to find the throughput ceiling
- Add troubleshooting entry for compare-results.sh mvn prerequisite
Assisted-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Sam Barker <sam@quadrocket.co.uk>
* docs(benchmarks): fix jbang/mvn prerequisites scope
jbang and mvn process-sources are required for all benchmark scripts,
not just compare-results.sh. run-benchmark.sh uses CollectResults via
jbang, check-backpressure.sh, check-significance.sh, and
collect-results.sh all require the generated sources too.
Assisted-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Sam Barker <sam@quadrocket.co.uk>
* docs(benchmarks): restore gh CLI prerequisite
gh is used by setup-cluster.sh to download the Kroxylicious operator
release and was accidentally dropped in the previous commit.
Assisted-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Sam Barker <sam@quadrocket.co.uk>
* docs(benchmarks): remove 10kb/100kb workloads from quickstart
These workloads are not yet on main — they live on feat/omb-hit-it-harder
and will be added to the quickstart as part of that PR.
Assisted-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Sam Barker <sam@quadrocket.co.uk>
* docs(benchmarks): expand mvn process-sources troubleshooting entry
Add context explaining why the step is needed (JBang tools generated
from annotated Maven sources) and show the actual error message so
users can recognise it.
Assisted-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Sam Barker <sam@quadrocket.co.uk>
---------
Signed-off-by: Sam Barker <sam@quadrocket.co.uk>1 parent fd6ae60 commit 002336d
1 file changed
Lines changed: 74 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
| 74 | + | |
71 | 75 | | |
72 | | - | |
73 | | - | |
| 76 | + | |
| 77 | + | |
74 | 78 | | |
75 | 79 | | |
76 | | - | |
| 80 | + | |
| 81 | + | |
77 | 82 | | |
78 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
79 | 105 | | |
80 | 106 | | |
81 | 107 | | |
| |||
88 | 114 | | |
89 | 115 | | |
90 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
91 | 144 | | |
92 | 145 | | |
93 | 146 | | |
| |||
145 | 198 | | |
146 | 199 | | |
147 | 200 | | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
0 commit comments