Commit a40632a
[Docs] Align device-IO docs with final code (smart io_uring ring default + knob ranges)
Correct the benchmark READMEs and configuration reference so they reflect the
final shape of the Native device IO tuning surface:
- Device.benchmark/KV.benchmark READMEs: io_uring no longer needs a manual
--device-io-contexts to reach the ceiling. Document the smart ring-count
default min(2 x cores, 64) (floored at the drainer count, decoupled from
--device-completion-threads); libaio stays at rings = drainers. Update the
uring example to drop the explicit --device-io-contexts and record the
out-of-box default-rings result (8.45 M) alongside the under-provisioned
(~2.9 M) and explicit-32 (8.00 M) rows.
- Resp.benchmark README: reduce the stale scenario-2 "quick" GET table (whose
uring rows predated the smart default and understated it) to the libaio rows
plus a pointer to the authoritative Sample results matrix.
- configuration.md: fill the two blank range cells for --device-uring-sqpoll-idle-ms
([0, 600000]) and --device-aio-max-devices ([1, 4096]) to match their
[IntRangeValidation] attributes.
Docs only; no code or behavior change.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 87fb956 commit a40632a
4 files changed
Lines changed: 30 additions & 19 deletions
File tree
- benchmark/Resp.benchmark
- libs/storage/Tsavorite/cs/benchmark
- Device.benchmark
- KV.benchmark
- website/docs/getting-started
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
| |||
Lines changed: 18 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | | - | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
75 | 79 | | |
76 | 80 | | |
77 | 81 | | |
| |||
113 | 117 | | |
114 | 118 | | |
115 | 119 | | |
116 | | - | |
117 | | - | |
118 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
119 | 125 | | |
120 | 126 | | |
121 | 127 | | |
| |||
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
121 | | - | |
122 | | - | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
123 | 126 | | |
124 | 127 | | |
125 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
204 | | - | |
| 203 | + | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
0 commit comments