diff options
Diffstat (limited to 'tests/performance.py')
-rw-r--r-- | tests/performance.py | 2 |
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() |