28
28
def make_10824_entries():
29
29
for counter in xrange(10000):
30
30
bzrlib.inventory.make_entry('file', 'foo',
32
32
for counter in xrange(824):
33
33
bzrlib.inventory.make_entry('directory', 'foo',
35
35
# on roberts machine: this originally took: 533ms/ 600ms
36
36
# fixing slots to be vaguely accurate : 365ms/ 419ms
37
37
self.time(make_10824_entries)