mirror of https://gitee.com/bigwinds/arangodb
show progress
This commit is contained in:
parent
b80f9d3bb7
commit
fea9631a9e
|
@ -332,6 +332,8 @@ exports.createDeleteUpdateParallel = function(opts) {
|
|||
'@results': 'results'
|
||||
}).count();
|
||||
|
||||
print(m + " workers are up and running");
|
||||
|
||||
if (m === n) {
|
||||
break;
|
||||
}
|
||||
|
|
|
@ -283,6 +283,8 @@ exports.lockCycleParallel = function(opts) {
|
|||
'@results': 'results'
|
||||
}).count();
|
||||
|
||||
print(m + " workers are up and running");
|
||||
|
||||
if (m === n) {
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue