~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/benchmarks/bench_add.py

remove all trailing whitespace from bzr source

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    """Benchmarks for 'bzr add'"""
25
25
 
26
26
    def test_one_add_kernel_like_tree(self):
27
 
        """Adding a kernel sized tree should be bearable (<5secs) fast.""" 
 
27
        """Adding a kernel sized tree should be bearable (<5secs) fast."""
28
28
        self.make_kernel_like_tree(link_working=True)
29
29
        # on roberts machine: this originally took:  25936ms/32244ms
30
30
        # after making smart_add use the parent_ie:   5033ms/ 9368ms