• 陈泽健's avatar
    fix(performance): 并发压测时间槽错峰修复 — request_index 以全局线程索引为基准 · d8b67a54
    陈泽健 提交于
    - 修复 _worker/_mix_worker/_endurance_worker 的 request_index 每 VU 从 0 自增问题:
      并发下首轮序号全为 0,{__NOW_+N_H_INDEX__} 解析出的 startTime 相同,
      预约类接口仍会 A0023 时间槽冲突(PRD 并发压测时间槽错开机制)
    - request_index 初始值改为 thread_idx/global_thread_idx,第 n 轮序号=线程索引+n,
      各 VU 同一轮次序号始终不同,startTime 逐请求错开(burst 已全局,未改)
    - 新增单测 2 条:mix per-VU / standard per-thread 首轮 index 等于各自线程索引
    - 计划执行文档实施记录补全 + HANDOFF_性能测试 P1 标记关闭
    Co-Authored-By: 's avatarClaude <noreply@anthropic.com>
    d8b67a54
名称
最后提交
最后更新
..
__init__.py Loading commit data...
test_api.py Loading commit data...
test_curl_parser.py Loading commit data...
test_dingtalk_notify.py Loading commit data...
test_element_mapping_service.py Loading commit data...
test_element_mapping_v2.py Loading commit data...
test_execution_cancel.py Loading commit data...
test_executor_timeout_optimization.py Loading commit data...
test_micro_app_adapter.py Loading commit data...
test_page_url_service.py Loading commit data...
test_performance_ai_service.py Loading commit data...
test_performance_executor.py Loading commit data...
test_performance_mix.py Loading commit data...
test_performance_pause_cancel.py Loading commit data...
test_performance_satellite_tables.py Loading commit data...
test_phase4.py Loading commit data...
test_recorder_e2e.py Loading commit data...
test_scheduler_recovery.py Loading commit data...
test_screenshot_cleanup.py Loading commit data...
test_screenshot_mode.py Loading commit data...
test_semantic_resolver.py Loading commit data...
test_smart_locate_semantic.py Loading commit data...
test_sut_url_validation.py Loading commit data...
test_target_resource_monitor.py Loading commit data...
test_target_resource_summary.py Loading commit data...
test_template_resolver.py Loading commit data...
test_ui_context.py Loading commit data...
test_unique_fields.py Loading commit data...
test_verify_step.py Loading commit data...
test_watchdog_stale_execution.py Loading commit data...