Initial commit: Natiris AI Agent Orchestration System
This commit is contained in:
23
test/load_test_results.json
Normal file
23
test/load_test_results.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"sequential": {
|
||||
"total": 20,
|
||||
"success": 20,
|
||||
"failed": 0,
|
||||
"success_rate": 100.0
|
||||
},
|
||||
"burst": {
|
||||
"total": 10,
|
||||
"success": 10,
|
||||
"failed": 0,
|
||||
"success_rate": 100.0
|
||||
},
|
||||
"latency_stats": {
|
||||
"total_requests": 30,
|
||||
"avg_latency": 1.6546205838521322,
|
||||
"min_latency": 0.566154956817627,
|
||||
"max_latency": 3.946500539779663,
|
||||
"p50": 1.2653758525848389,
|
||||
"p95": 3.7370197772979736,
|
||||
"total": 30
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user