Commit cca0e9e
committed
test(flowcontrol): correct FullPath backpressure comment
The inline comment claimed the FullPath benchmark sustains W>L queuing, but
worker count rounds down to <= L and the real detector's in-flight load is
released near-instantly, so dispatch is effectively free-flowing. Reword to
match the function godoc: FullPath prices dispatch + the detector's per-cycle
DynamicAttribute reads, not sustained backpressure.
Signed-off-by: Luke Van Drie <lukevandrie@google.com>1 parent 636836e commit cca0e9e
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
308 | | - | |
309 | | - | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
310 | 311 | | |
311 | 312 | | |
312 | 313 | | |
| |||
0 commit comments