comparison tests/valgrind-checks.py @ 624:429a7d5002b8

With Valgrind: 100000 is way too much: use 10000
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 13 Jan 2022 21:43:02 +0100
parents 09e15af29d36
children
comparison
equal deleted inserted replaced
623:09e15af29d36 624:429a7d5002b8
10 from _test_context import TESTDATADIR 10 from _test_context import TESTDATADIR
11 11
12 import configmix 12 import configmix
13 13
14 14
15 NUM = 1000000 15 NUM = 10000
16 WITH_JAIL = True 16 WITH_JAIL = True
17 17
18 DOTS = 10000 18 DOTS = 1000
19 19
20 20
21 cfg = configmix.load(os.path.join(TESTDATADIR, "conf_perf.py")) 21 cfg = configmix.load(os.path.join(TESTDATADIR, "conf_perf.py"))
22 22
23 DEFAULT_DICT = {u"the": u"default"} 23 DEFAULT_DICT = {u"the": u"default"}