summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorVictor Rodionov <vito.ordaz@gmail.com>2013-04-22 01:23:39 +0400
committerVictor Rodionov <vito.ordaz@gmail.com>2013-04-22 01:23:39 +0400
commit165af3f6037e9528cd306344a0ec647f7f15e551 (patch)
treecbd2120253c96b90ad9f02685aa011675de1d4a1 /bin
parent7e0bfb0fc1dd8e49765d3d3ba3b2ae7160a83f5a (diff)
downloadswift-bench-165af3f6037e9528cd306344a0ec647f7f15e551.tar.gz
fix dict duplicated key
remove duplicated key from swift-bench bin; and also add .idea to gitignore Change-Id: I31360489716d03324b8d2bb1c51e282393069c13
Diffstat (limited to 'bin')
-rwxr-xr-xbin/swift-bench1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/swift-bench b/bin/swift-bench
index ba7fb2c..cd216a7 100755
--- a/bin/swift-bench
+++ b/bin/swift-bench
@@ -50,7 +50,6 @@ CONF_DEFAULTS = {
'devices': 'sdb1', # space-sep list
'log_level': 'INFO',
'timeout': '10',
- 'auth_version': '1.0',
'bench_clients': [],
}