Identifier ctx = contexts[rnd.nextInt(contexts.length)];
long id = offset + c * commandFactory.getMarksPerCommand();
speedLimit.accure();
facade.submit(ctx, commandFactory.createCommand(id, benchmarkParams.getReportBuffer()).send());
}
finishLatch.countDown();
}
catch (Throwable t)