Commit 2a60f63
Major refactor to move multi-threaded load generator to async event loops (#282)
* Major refactor: move multi-threaded load generator to async event loops
Squashed combination of 8 commits developed on feat/alicheng-pubsub-integration:
- Initial cleanup to remove all features that will be replaced and
permanently removed (#214)
- Add KVStore, ready-check mechanism, and ServiceLauncher (#215)
- Add report building (#216)
- Fix rebase errors
- Make Loadgen Async (#255)
- Do not use /dev/shm tmpfs for KVStore on ARM, fix rebase errors in
e2e_oracle tests
- Add batched publishing to pubsub (#281)
- Disable warmup temporarily, bugfixes. (#288)
Squashed locally prior to rebase onto origin/main to avoid a
case-insensitive-filesystem conflict on docs/load_generator/DESIGN.md
between intermediate commits. Full per-sub-PR history is preserved in
the review threads on PR #282 and on the backup ref
backup/pre-squash-pubsub-integration.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Regenerate template files
* Use HF_TOKEN to determine whether or not to run test_template_runs
* update regenerate_template script, pass ci
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: Viraat Chandra <viraatc@nvidia.com>1 parent ed1704e commit 2a60f63
98 files changed
Lines changed: 8156 additions & 8462 deletions
File tree
- docs
- async_utils
- services/metrics_aggregator
- transport/zmq
- load_generator
- metrics
- examples/04_GPTOSS120B_Example
- scripts
- src/inference_endpoint
- async_utils
- services
- event_logger
- metrics_aggregator
- transport
- zmq
- commands/benchmark
- config
- templates
- core
- dataset_manager
- predefined/livecodebench
- endpoint_client
- evaluation
- load_generator
- metrics
- openai
- profiling
- sglang
- testing
- utils
- tests
- integration
- commands
- performance
- async_utils/transport
- unit
- async_utils
- services/metrics_aggregator
- transport
- zmq
- commands
- core
- load_generator
- metrics
- transport
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| 196 | + | |
| 197 | + | |
| 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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
265 | | - | |
266 | 264 | | |
267 | 265 | | |
268 | 266 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
0 commit comments