30 lines
629 B
JSON
30 lines
629 B
JSON
{
|
|
"scenario": "graph-traversal",
|
|
"startTime": 1764459456244,
|
|
"endTime": 1764459456697,
|
|
"duration": 453.62042099999996,
|
|
"iterations": 2,
|
|
"agents": 5,
|
|
"success": 0,
|
|
"failures": 2,
|
|
"metrics": {
|
|
"opsPerSec": 0,
|
|
"avgLatency": null,
|
|
"memoryUsage": 22.499618530273438,
|
|
"errorRate": 1
|
|
},
|
|
"details": [
|
|
{
|
|
"iteration": 1,
|
|
"duration": 335.930244,
|
|
"success": false,
|
|
"error": "graphDb.createNode is not a function"
|
|
},
|
|
{
|
|
"iteration": 2,
|
|
"duration": 109.12215100000003,
|
|
"success": false,
|
|
"error": "graphDb.createNode is not a function"
|
|
}
|
|
]
|
|
} |