Syncgateway benchmark

go to the couchbase server and check the cbstats for response times for the GET()s for the keys.

#/opt/couchbase/bin/cbstats localhost:11210 timings -b {your bucket name} -p {bucket password}

You want to find the cmd_get it will show a histogram of time for key fetches.

Here are the docs Couchbase SDKs