18
18
"""Benchmark test suite for bzr."""
20
21
from bzrlib.tests import TestLoader
21
22
from bzrlib.tests.blackbox import ExternalBase
23
24
class Benchmark(ExternalBase):
27
32
# a kernel tree has ~10000 and 500 directory, with most files around
29
34
# we simulate this by three levels of dirs named 0-7, givin 512 dirs,
34
45
files.append("%s/" % outer)