Description
Not sure what happened. If 3 servers are on different machines, DataStreamApi with type DirectByteBuffer seems slower than AsyncApi. If 3 servers are on same machine, DataStreamApi with type DirectByteBuffer is better than AsyncApi.
DataStreamApi command:
`${BIN}/client.sh filestore datastream --size 100000000 --numFiles 10 --bufferSize 4000000 --type DirectByteBuffer --peers ${PEERS}`
AsyncApi command:
`${BIN}/client.sh filestore loadgen --size 100000000 --numFiles 10 --bufferSize 4000000 --peers ${PEERS}`