Commit 1d2a084
fix: exclude consumer processing time from streaming latency
Fix streaming path to only measure time waiting on LLM chunks, not
time the consumer spends processing yielded chunks. Also fix misleading
test that claimed to test multi-call accumulation but only exercised a
single LLM call.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 4b99322 commit 1d2a084
2 files changed
Lines changed: 44 additions & 16 deletions
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
| 172 | + | |
172 | 173 | | |
| 174 | + | |
| 175 | + | |
173 | 176 | | |
174 | | - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
175 | 181 | | |
176 | 182 | | |
177 | 183 | | |
| |||
Lines changed: 36 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2502 | 2502 | | |
2503 | 2503 | | |
2504 | 2504 | | |
2505 | | - | |
2506 | | - | |
| 2505 | + | |
| 2506 | + | |
| 2507 | + | |
2507 | 2508 | | |
2508 | 2509 | | |
2509 | 2510 | | |
| |||
2514 | 2515 | | |
2515 | 2516 | | |
2516 | 2517 | | |
2517 | | - | |
2518 | | - | |
| 2518 | + | |
| 2519 | + | |
2519 | 2520 | | |
2520 | 2521 | | |
2521 | 2522 | | |
2522 | 2523 | | |
2523 | 2524 | | |
2524 | 2525 | | |
2525 | 2526 | | |
| 2527 | + | |
| 2528 | + | |
| 2529 | + | |
| 2530 | + | |
| 2531 | + | |
| 2532 | + | |
| 2533 | + | |
| 2534 | + | |
| 2535 | + | |
| 2536 | + | |
| 2537 | + | |
2526 | 2538 | | |
2527 | | - | |
| 2539 | + | |
| 2540 | + | |
2528 | 2541 | | |
2529 | 2542 | | |
2530 | 2543 | | |
2531 | 2544 | | |
2532 | | - | |
| 2545 | + | |
| 2546 | + | |
| 2547 | + | |
| 2548 | + | |
2533 | 2549 | | |
2534 | | - | |
2535 | | - | |
2536 | | - | |
| 2550 | + | |
| 2551 | + | |
| 2552 | + | |
| 2553 | + | |
2537 | 2554 | | |
2538 | | - | |
2539 | | - | |
2540 | | - | |
2541 | | - | |
2542 | | - | |
| 2555 | + | |
| 2556 | + | |
| 2557 | + | |
| 2558 | + | |
| 2559 | + | |
| 2560 | + | |
| 2561 | + | |
| 2562 | + | |
| 2563 | + | |
| 2564 | + | |
2543 | 2565 | | |
2544 | 2566 | | |
2545 | 2567 | | |
| |||
0 commit comments