30 lines
657 B
JSON
30 lines
657 B
JSON
{
|
|
"scenario": "skill-evolution",
|
|
"startTime": 1764464811338,
|
|
"endTime": 1764464811979,
|
|
"duration": 640.234224,
|
|
"iterations": 2,
|
|
"agents": 5,
|
|
"success": 0,
|
|
"failures": 2,
|
|
"metrics": {
|
|
"opsPerSec": 0,
|
|
"avgLatency": null,
|
|
"memoryUsage": 21.690505981445312,
|
|
"errorRate": 1
|
|
},
|
|
"details": [
|
|
{
|
|
"iteration": 1,
|
|
"duration": 402.797821,
|
|
"success": false,
|
|
"error": "Unexpected token 'S', \"String(\"{}\")\" is not valid JSON"
|
|
},
|
|
{
|
|
"iteration": 2,
|
|
"duration": 194.050251,
|
|
"success": false,
|
|
"error": "Unexpected token 'S', \"String(\"{}\")\" is not valid JSON"
|
|
}
|
|
]
|
|
} |