summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-12-28 10:56:05 -0700
committermo khan <mo@mokhan.ca>2013-12-28 10:56:05 -0700
commit9eaafe5f85eb4310c3d41b41699b5e3e94a22395 (patch)
tree7165619baf0e902aadc419bfdc3c190eb84fed8c /script
parent28521c762735db4917407e8703a3d768f20d8122 (diff)
replace http with https.
Diffstat (limited to 'script')
-rw-r--r--script/perf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/perf.sh b/script/perf.sh
index d6ba5e02..c157946b 100644
--- a/script/perf.sh
+++ b/script/perf.sh
@@ -1,4 +1,4 @@
-ENDPOINT="http://staging.cakeside.com/"
+ENDPOINT="https://staging.cakeside.com/"
REQUEST_COUNT="100"
THREAD_COUNT="10"