refactor(executors): 将 Rhai 引擎评估逻辑迁移至 script_rhai 模块 docs: 添加 Flow 架构文档与示例 JSON feat(i18n): 新增前端多语言支持 perf(axios): 优化 token 刷新与 401 处理逻辑 style: 统一代码格式化与简化条件判断
29 lines
612 B
JSON
29 lines
612 B
JSON
{
|
|
"url": "http://127.0.0.1:9898/api/dynamic/code_js1",
|
|
"method": "POST",
|
|
"total": 5000,
|
|
"concurrency": 300,
|
|
"timeout_sec": 8.0,
|
|
"ok": 5000,
|
|
"errors": 0,
|
|
"has_data": 5000,
|
|
"duration_ms": 13893.509542103857,
|
|
"throughput_rps": 359.88027250045445,
|
|
"status_counts": {
|
|
"200": 5000
|
|
},
|
|
"latency_ms": {
|
|
"min": 446.18216599337757,
|
|
"avg": 820.1658831051551,
|
|
"max": 1031.878500012681,
|
|
"p50": 853.5854578949511,
|
|
"p90": 910.5232087895274,
|
|
"p95": 950.7714579813182,
|
|
"p99": 1012.8602078184485
|
|
},
|
|
"resp_size_bytes": {
|
|
"avg": 42,
|
|
"min": 42,
|
|
"max": 42
|
|
}
|
|
} |