30 lines
615 B
JSON
30 lines
615 B
JSON
{
|
|
"scenario": "skill-evolution",
|
|
"startTime": 1764464627950,
|
|
"endTime": 1764464628441,
|
|
"duration": 491.144613,
|
|
"iterations": 2,
|
|
"agents": 5,
|
|
"success": 0,
|
|
"failures": 2,
|
|
"metrics": {
|
|
"opsPerSec": 0,
|
|
"avgLatency": null,
|
|
"memoryUsage": 19.968215942382812,
|
|
"errorRate": 1
|
|
},
|
|
"details": [
|
|
{
|
|
"iteration": 1,
|
|
"duration": 350.933399,
|
|
"success": false,
|
|
"error": "this.db.prepare is not a function"
|
|
},
|
|
{
|
|
"iteration": 2,
|
|
"duration": 113.29603199999997,
|
|
"success": false,
|
|
"error": "this.db.prepare is not a function"
|
|
}
|
|
]
|
|
} |