summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/swift-bench4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/swift-bench b/bin/swift-bench
index 3a1e1fe..120f2a5 100755
--- a/bin/swift-bench
+++ b/bin/swift-bench
@@ -50,7 +50,7 @@ CONF_DEFAULTS = {
}
SAIO_DEFAULTS = {
- 'auth': 'http://saio:11000/v1.0',
+ 'auth': 'http://localhost:8080/auth/v1.0',
'user': 'test:tester',
'key': 'testing',
}
@@ -60,7 +60,7 @@ if __name__ == '__main__':
usage += """\n\nConf file with SAIO defaults:
[bench]
- auth = http://saio:11000/v1.0
+ auth = http://localhost:8080/v1.0
user = test:tester
key = testing
concurrency = 10