summaryrefslogtreecommitdiffstats
path: root/tests/performance.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2009-01-21 17:27:43 -0500
committerMichael DeHaan <mdehaan@redhat.com>2009-01-21 17:27:43 -0500
commit765102dc3e72866117978161a91e0469eb1caadb (patch)
treea074627743d3ee8ae0beed23f74652b89ece161d /tests/performance.py
parent11193120d70635124d74811f8549bfaa05241115 (diff)
downloadcobbler-765102dc3e72866117978161a91e0469eb1caadb.tar.gz
cobbler-765102dc3e72866117978161a91e0469eb1caadb.tar.xz
cobbler-765102dc3e72866117978161a91e0469eb1caadb.zip
More work on teaching cobblerd to not reload itself, in progress, some web/XMLRPC functions
may have some slight glitches but I'm working on it.
Diffstat (limited to 'tests/performance.py')
-rw-r--r--tests/performance.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/performance.py b/tests/performance.py
index 922718b9..5c304a16 100644
--- a/tests/performance.py
+++ b/tests/performance.py
@@ -8,7 +8,7 @@ import time
import sys
import random
-N = 10000
+N = 50000
print "sample size is %s" % N
api = capi.BootAPI()