Commit bfce49f
File tree
- benchmarks/single_node/fixed_seq_len
- configs
- utils
Lines changed: 24 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
15 | 29 | | |
16 | 30 | | |
17 | 31 | | |
| |||
22 | 36 | | |
23 | 37 | | |
24 | 38 | | |
| 39 | + | |
25 | 40 | | |
26 | 41 | | |
27 | 42 | | |
| |||
41 | 56 | | |
42 | 57 | | |
43 | 58 | | |
44 | | - | |
45 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
46 | 63 | | |
47 | 64 | | |
48 | 65 | | |
49 | 66 | | |
50 | 67 | | |
51 | 68 | | |
52 | | - | |
| 69 | + | |
53 | 70 | | |
54 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
55 | 75 | | |
56 | 76 | | |
57 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1508 | 1508 | | |
1509 | 1509 | | |
1510 | 1510 | | |
1511 | | - | |
| 1511 | + | |
1512 | 1512 | | |
1513 | 1513 | | |
1514 | 1514 | | |
| |||
1520 | 1520 | | |
1521 | 1521 | | |
1522 | 1522 | | |
1523 | | - | |
1524 | | - | |
| 1523 | + | |
| 1524 | + | |
| 1525 | + | |
1525 | 1526 | | |
1526 | 1527 | | |
1527 | 1528 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4835 | 4835 | | |
4836 | 4836 | | |
4837 | 4837 | | |
4838 | | - | |
| 4838 | + | |
4839 | 4839 | | |
4840 | 4840 | | |
4841 | 4841 | | |
| |||
4917 | 4917 | | |
4918 | 4918 | | |
4919 | 4919 | | |
4920 | | - | |
| 4920 | + | |
4921 | 4921 | | |
4922 | 4922 | | |
4923 | 4923 | | |
| |||
5343 | 5343 | | |
5344 | 5344 | | |
5345 | 5345 | | |
5346 | | - | |
| 5346 | + | |
5347 | 5347 | | |
5348 | 5348 | | |
5349 | 5349 | | |
| |||
5355 | 5355 | | |
5356 | 5356 | | |
5357 | 5357 | | |
| 5358 | + | |
| 5359 | + | |
| 5360 | + | |
| 5361 | + | |
| 5362 | + | |
| 5363 | + | |
- docs/benchmark-modes/dag.md+1-1
- docs/benchmark-modes/semianalysis-agentx-faq.md+17-9
- docs/cli-options.md+4-4
- docs/tutorials/agentx-mvp.md+33-14
- docs/tutorials/weka-trace.md+1-1
- src/aiperf/common/enums/__init__.py+2
- src/aiperf/common/enums/enums.py+13
- src/aiperf/common/loop_scheduler.py+117-16
- src/aiperf/common/messages/command_messages.py+10
- src/aiperf/common/scenario/inferencex_agentx_mvp.py-1
- src/aiperf/config/dataset/config.py+12-14
- src/aiperf/config/flags/_converter_dataset.py+5-5
- src/aiperf/config/flags/_converter_profiling.py+5
- src/aiperf/config/flags/cli_config.py+16-20
- src/aiperf/config/flags/resolver.py+8
- src/aiperf/config/phases.py+8-11
- src/aiperf/config/schema/aiperf-config.schema.json+28-28
- src/aiperf/controller/system_controller.py+34
- src/aiperf/credit/dispatch.py+44
- src/aiperf/credit/issuer.py+29-23
- src/aiperf/dataset/loader/weka_parallel_convert.py+23-49
- src/aiperf/dataset/loader/weka_trace.py+45-413
- src/aiperf/endpoints/openai_completions.py+8-2
- src/aiperf/records/records_manager.py+30-10
- src/aiperf/records/records_tracker.py+23-6
- src/aiperf/timing/branch_orchestrator.py+243-98
- src/aiperf/timing/phase/publisher.py+9-2
- src/aiperf/timing/phase/runner.py+32-2
- src/aiperf/timing/replay_dependencies.py+127-20
- src/aiperf/timing/strategies/agentic_replay.py+274-203
- src/aiperf/timing/strategies/request_rate.py+7-3
- src/aiperf/workers/worker.py+24-1
- tests/component_integration/test_agentic_replay_e2e.py+1-1
- tests/integration/test_agentx_trace_idle_gap_cap.py+142
- tests/integration/test_failed_request_threshold_abort.py+44
- tests/integration/test_weka_flat_split_e2e.py+313-1
- tests/unit/cli_runner/test_request_count_override.py+30-6
- tests/unit/common/scenario/test_scenario_registry.py+1-1
- tests/unit/common/scenario/test_scenario_validator.py+5-4
- tests/unit/common/scenario/test_scenario_validator_advanced_adversarial.py+6-7
- tests/unit/common/test_loop_scheduler.py+89
- tests/unit/controller/test_system_controller.py+53
- tests/unit/credit/test_issuer.py+27-1
- tests/unit/dataset/loader/test_weka_flat_split_parallel_adv.py-28
- tests/unit/dataset/loader/test_weka_flat_split_serial_adv.py+14-77
- tests/unit/dataset/loader/test_weka_pathological.py-87
- tests/unit/dataset/loader/test_weka_tool_shaped_messages.py-1
- tests/unit/dataset/loader/test_weka_tool_turn_detection.py-1
- tests/unit/dataset/loader/test_weka_trace.py-198
- tests/unit/dataset/loader/test_weka_trace_parallel.py-3
- tests/unit/endpoints/conftest.py+3-1
- tests/unit/endpoints/test_completions_endpoint.py+48-1
- tests/unit/records/test_records_manager.py+115-2
- tests/unit/regression/test_agentic_hotpath_invariants.py+1-90
- tests/unit/timing/phase/test_publisher.py+6
- tests/unit/timing/strategies/test_agentic_replay.py+518-92
- tests/unit/timing/test_branch_orchestrator_delayed.py+244
- tests/unit/timing/test_branch_orchestrator_dispatch_offset.py+41-1
- tests/unit/timing/test_branch_orchestrator_warmup_intercept.py+94-1
- tests/unit/timing/test_factories.py+1-1
- tests/unit/timing/test_replay_barrier_coordinator.py+152
- tests/unit/timing/test_timing_config.py+21
- tests/unit/workers/test_worker.py+59-1
- tools/ruff_baseline.json+5
0 commit comments