summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2009-02-26 16:22:15 -0500
committerMichael DeHaan <mdehaan@redhat.com>2009-02-26 16:22:15 -0500
commitfc9780b4b4ceabe9ca1ae0b15f3d23119999fe52 (patch)
tree861187ab37791f53caefad7e54c35c2ef9627940 /tests
parentaa590406056db4c5bb1acdba9f81ea76097d6388 (diff)
downloadcobbler-fc9780b4b4ceabe9ca1ae0b15f3d23119999fe52.tar.gz
cobbler-fc9780b4b4ceabe9ca1ae0b15f3d23119999fe52.tar.xz
cobbler-fc9780b4b4ceabe9ca1ae0b15f3d23119999fe52.zip
Switch to PyYAML for yaml processing.
Conflicts: cobbler.spec
Diffstat (limited to 'tests')
-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..0ec3413d 100644
--- a/tests/performance.py
+++ b/tests/performance.py
@@ -8,7 +8,7 @@ import time
import sys
import random
-N = 10000
+N = 3000
print "sample size is %s" % N
api = capi.BootAPI()