Commit 40aca005 authored by Benjamin Blanc's avatar Benjamin Blanc

erp5_scalability_data: change cloned user to 50 in clone_scalability_user

parent e177a9db
......@@ -54,7 +54,7 @@
module = context.person_module\n
my_user = module.scalability_user\n
\n
for i in xrange(0,1000):\n
for i in xrange(0,50):\n
new_user = my_user.Base_createCloneDocument(batch_mode=1)\n
name = \'scalability_user_%d\' %i\n
new_user.setId(name)\n
......
9
\ No newline at end of file
10
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment