30 lines
613 B
JSON
30 lines
613 B
JSON
{
|
|
"scenario": "skill-evolution",
|
|
"startTime": 1764464699931,
|
|
"endTime": 1764464700553,
|
|
"duration": 622.1746700000001,
|
|
"iterations": 2,
|
|
"agents": 5,
|
|
"success": 0,
|
|
"failures": 2,
|
|
"metrics": {
|
|
"opsPerSec": 0,
|
|
"avgLatency": null,
|
|
"memoryUsage": 24.401519775390625,
|
|
"errorRate": 1
|
|
},
|
|
"details": [
|
|
{
|
|
"iteration": 1,
|
|
"duration": 422.082663,
|
|
"success": false,
|
|
"error": "this.db.prepare is not a function"
|
|
},
|
|
{
|
|
"iteration": 2,
|
|
"duration": 170.64027,
|
|
"success": false,
|
|
"error": "this.db.prepare is not a function"
|
|
}
|
|
]
|
|
} |