devtools/stresstester.py
changeset 2476 1294a6bdf3bf
parent 1977 606923dff11b
child 3647 2941f4a0aab9
child 4212 ab6573088b4a
--- a/devtools/stresstester.py	Fri Jul 24 13:50:59 2009 +0200
+++ b/devtools/stresstester.py	Fri Jul 24 14:33:37 2009 +0200
@@ -1,4 +1,4 @@
-""" Usage: %s [OPTIONS] <application id> <queries file>
+""" Usage: %s [OPTIONS] <instance id> <queries file>
 
 Stress test a CubicWeb repository
 
@@ -151,8 +151,8 @@
         user = raw_input('login: ')
     if password is None:
         password = getpass('password: ')
-    from cubicweb.cwconfig import application_configuration
-    config = application_configuration(args[0])
+    from cubicweb.cwconfig import instance_configuration
+    config = instance_configuration(args[0])
     # get local access to the repository
     print "Creating repo", prof_file
     repo = Repository(config, prof_file)