summaryrefslogtreecommitdiffstats
path: root/tests/performance.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-08-01 14:32:07 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-08-01 14:32:07 -0400
commit86d5a7a8a6262fae302a8a7cc7f1a850a3b7242d (patch)
tree3177cf22f7f444ae71ff43da9d002ec9974980f0 /tests/performance.py
parent95c839cf2e04aa4021b4659e3a075065bce0140c (diff)
downloadcobbler-86d5a7a8a6262fae302a8a7cc7f1a850a3b7242d.tar.gz
cobbler-86d5a7a8a6262fae302a8a7cc7f1a850a3b7242d.tar.xz
cobbler-86d5a7a8a6262fae302a8a7cc7f1a850a3b7242d.zip
Added serializer_catalog as a new serializer module, which will be the new default for modules.conf. Existing serializer_yaml users can upgrade simply by changing the setting and running a cobbler command like "cobbler report". This serializer is much faster and stores files to .d directories such as /var/lib/cobbler/systems.d and /var/lib/cobbler/distros.d.
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 15b9bad8..92fd686a 100644
--- a/tests/performance.py
+++ b/tests/performance.py
@@ -8,7 +8,7 @@ import time
import sys
import random
-N = 200
+N = 1000
print "sample size is %s" % N
api = capi.BootAPI()