summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorFlorian Hines <syn@ronin.io>2012-07-13 17:48:37 -0500
committerFlorian Hines <syn@ronin.io>2012-07-13 17:48:37 -0500
commit577185db28154c5fc3cb0e5e7e83f6942285aa10 (patch)
tree54bfc00adb3f650c047af1469253a2350dec5b23 /bin
parentaafb98212a0ee01601d223038cb2193208681236 (diff)
downloadswift-bench-577185db28154c5fc3cb0e5e7e83f6942285aa10.tar.gz
Fix Dispersion report and swift-bench on saio
We're still using saio:11000 in a few spots so a few things don't work out of the box on the saio. Fixes bug #1024561 Change-Id: I226de54c2785b0d0b681c8d0cc24260adbd3d663
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