summaryrefslogtreecommitdiffstats
path: root/tests/performance.py
diff options
context:
space:
mode:
authorroot <root@localhost.localdomain>2009-01-23 17:38:06 -0500
committerroot <root@localhost.localdomain>2009-01-23 17:38:06 -0500
commita8bc2da08a7f3e44b35b6ca134a3cffc75c7f6cf (patch)
tree257148060d55d82ed4ceda67a8e33f5edfe6e792 /tests/performance.py
parent099cc0fd7527bc579fa65ca80224db4042eacc2b (diff)
downloadcobbler-a8bc2da08a7f3e44b35b6ca134a3cffc75c7f6cf.tar.gz
cobbler-a8bc2da08a7f3e44b35b6ca134a3cffc75c7f6cf.tar.xz
cobbler-a8bc2da08a7f3e44b35b6ca134a3cffc75c7f6cf.zip
various rearranging; test code uses new port, logging fixes (sort of)
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 5c304a16..922718b9 100644
--- a/tests/performance.py
+++ b/tests/performance.py
@@ -8,7 +8,7 @@ import time
import sys
import random
-N = 50000
+N = 10000
print "sample size is %s" % N
api = capi.BootAPI()