/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_bench.py

  • Committer: John Arbash Meinel
  • Date: 2006-08-14 22:53:25 UTC
  • mfrom: (1920 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1923.
  • Revision ID: john@arbash-meinel.com-20060814225325-6626efb06d6d33e9
[merge] bzr.dev 1920

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        """Making a kernel sized tree should be ~ 5seconds on modern disk.""" 
28
28
        # on roberts machine: this originally took:  7372ms/ 7479ms
29
29
        # with the LocalTransport._abspath call:     3730ms/ 3778ms
 
30
        # with AtomicFile tuning:                    2888ms/ 2926ms
 
31
        # switching to transport.append:             1468ms/ 2849ms
30
32
        self.time(self.make_kernel_like_tree)
31
33
 
32
34
    def test_02_make_kernel_like_tree(self):