summaryrefslogtreecommitdiff
path: root/bin/swift-bench
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@chmouel.com>2013-11-21 17:59:47 +0100
committerJohn Dickinson <me@not.mn>2013-11-21 14:09:47 -0800
commit64b976e139ecfeafa83889a9c6d6615d30ba5635 (patch)
tree004b28b0adc658847d4a76860ee81de266adc6eb /bin/swift-bench
parent3ac1ff77535e3d23ef92921e15058b35ff13e5f9 (diff)
downloadswift-bench-64b976e139ecfeafa83889a9c6d6615d30ba5635.tar.gz
Add plumbing.
- Update .gitignore to ignore all testrunners. - Move swift-bench to swiftbench. - Move tests to tests/ - Add some simple {test-,}requirements (more works needs to be done to get proper versioning) Change-Id: Iab4d65f02cbce8c99ecafa30d15c4cb11f0b4293
Diffstat (limited to 'bin/swift-bench')
-rwxr-xr-xbin/swift-bench6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/swift-bench b/bin/swift-bench
index ecdf5f5..d2c41d0 100755
--- a/bin/swift-bench
+++ b/bin/swift-bench
@@ -21,9 +21,9 @@ import signal
import uuid
from optparse import OptionParser
-from swift.common.bench import (BenchController, DistributedBenchController,
- create_containers, delete_containers)
-from swift.common.utils import readconf, LogAdapter, config_true_value
+from swiftbench.bench import (BenchController, DistributedBenchController,
+ create_containers, delete_containers)
+from swiftbench.utils import readconf, LogAdapter, config_true_value
# The defaults should be sufficient to run swift-bench on a SAIO
CONF_DEFAULTS = {