36 lines
772 B
JSON
36 lines
772 B
JSON
{
|
|
"scenario": "reflexion-learning",
|
|
"startTime": 1764459436372,
|
|
"endTime": 1764459436934,
|
|
"duration": 562.171114,
|
|
"iterations": 3,
|
|
"agents": 5,
|
|
"success": 0,
|
|
"failures": 3,
|
|
"metrics": {
|
|
"opsPerSec": 0,
|
|
"avgLatency": null,
|
|
"memoryUsage": 19.98680877685547,
|
|
"errorRate": 1
|
|
},
|
|
"details": [
|
|
{
|
|
"iteration": 1,
|
|
"duration": 320.9203580000001,
|
|
"success": false,
|
|
"error": "this.db.prepare is not a function"
|
|
},
|
|
{
|
|
"iteration": 2,
|
|
"duration": 109.92318499999999,
|
|
"success": false,
|
|
"error": "this.db.prepare is not a function"
|
|
},
|
|
{
|
|
"iteration": 3,
|
|
"duration": 119.50986699999999,
|
|
"success": false,
|
|
"error": "this.db.prepare is not a function"
|
|
}
|
|
]
|
|
} |