~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/benchmarks/bench_add.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-02-23 17:00:36 UTC
  • mfrom: (4032.1.4 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090223170036-3q1v68ewdt8i0to5
(Marius Kruger) Remove all trailing whitespace and add tests to
        enforce this.

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