30 lines
616 B
JSON
30 lines
616 B
JSON
{
|
|
"scenario": "graph-traversal",
|
|
"startTime": 1764464775833,
|
|
"endTime": 1764464776334,
|
|
"duration": 501.346566,
|
|
"iterations": 2,
|
|
"agents": 5,
|
|
"success": 0,
|
|
"failures": 2,
|
|
"metrics": {
|
|
"opsPerSec": 0,
|
|
"avgLatency": null,
|
|
"memoryUsage": 22.569793701171875,
|
|
"errorRate": 1
|
|
},
|
|
"details": [
|
|
{
|
|
"iteration": 1,
|
|
"duration": 383.494292,
|
|
"success": false,
|
|
"error": "this.db.add_node is not a function"
|
|
},
|
|
{
|
|
"iteration": 2,
|
|
"duration": 106.0848860000001,
|
|
"success": false,
|
|
"error": "this.db.add_node is not a function"
|
|
}
|
|
]
|
|
} |