Commit 3c07790
authored
Add batched publishing to pubsub (#281)
* Make pubsub system buffer-based to reduce syscall overhead in the hot-loop
* Remove service shutdown timeout, add debug logging for in-flight info in MetricsAggregator service
* Add python logging configuration to subscriber services
* Remove msync temporarily for ARM bottleneck
* PR comments, documentation cleanup and fixes, remove stray files
* Fix load generator flow graph, rename saturation to warmup
* Move file structure section up, remove mentioning of removed features
* Add non-first chunks to load generator data flow diagram1 parent 68c8846 commit 3c07790
24 files changed
Lines changed: 1329 additions & 1570 deletions
File tree
- docs/load_generator
- src/inference_endpoint
- async_utils
- services
- event_logger
- metrics_aggregator
- transport
- zmq
- commands/benchmark
- core
- load_generator
- tests
- integration
- unit
- async_utils
- services/metrics_aggregator
- load_generator
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
| 354 | + | |
| 355 | + | |
354 | 356 | | |
355 | 357 | | |
356 | 358 | | |
| |||
This file was deleted.
0 commit comments