in benchmark/task.rake [62:76]
def default_config
conf = %[
log_level error
region ap-northeast-1
data_key a
]
if @local
conf += %[
endpoint https://localhost:
ssl_verify_peer false
]
end
conf
end