/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/benchmarks/bench_checkout.py

  • Committer: Robert Collins
  • Date: 2006-05-24 08:34:28 UTC
  • mto: (1755.1.2 integration)
  • mto: This revision was merged to the branch mainline in revision 1757.
  • Revision ID: robertc@robertcollins.net-20060524083428-9ea3d1ad20593608
really make commit benchmark able to run on memory transports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
    def test_build_kernel_like_tree(self):
25
25
        """Checkout of a clean kernel sized tree should be (<10secs)."""
26
 
        self.make_kernel_tree()
 
26
        self.make_kernel_like_tree()
27
27
        self.run_bzr('add')
28
28
        self.run_bzr('commit', '-m', 'first post')
29
29
        # on robertc's machine the first sample of this took 105079ms/205417ms