30 lines
628 B
JSON
30 lines
628 B
JSON
{
|
|
"scenario": "graph-traversal",
|
|
"startTime": 1764464639151,
|
|
"endTime": 1764464639716,
|
|
"duration": 564.83943,
|
|
"iterations": 2,
|
|
"agents": 5,
|
|
"success": 0,
|
|
"failures": 2,
|
|
"metrics": {
|
|
"opsPerSec": 0,
|
|
"avgLatency": null,
|
|
"memoryUsage": 22.585922241210938,
|
|
"errorRate": 1
|
|
},
|
|
"details": [
|
|
{
|
|
"iteration": 1,
|
|
"duration": 433.88868299999996,
|
|
"success": false,
|
|
"error": "graphDb.createNode is not a function"
|
|
},
|
|
{
|
|
"iteration": 2,
|
|
"duration": 122.14892799999996,
|
|
"success": false,
|
|
"error": "graphDb.createNode is not a function"
|
|
}
|
|
]
|
|
} |